#69091E

Color #69091E Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #69091E

Tints of Pohutukawa #69091E

Color information

#69091E (or 0x69091E) is unknown color: approx Pohutukawa. HEX triplet: 69, 09 and 1E. RGB value is (105,9,30). Sum of RGB (Red+Green+Blue) = 105+9+30=144 (19% of max value = 765). Red value is 105 (41.41% from 255 or 72.92% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 105 - color contains mainly: red. Hex color #69091E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69091E is #96F6E1. Grayscale: #282828. Windows color (decimal): -9893602 or 1968489. OLE color: 1968489.

HSL color Cylindrical-coordinate representation of color #69091E: hue angle of 346.88º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #69091E is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB105930-
CMYK00.910.710.59
HSL346.88º84.21%22.35%-
HSV(B)346.88º91.43%41.18%-
XYZ6.163.291.54-
YUV40.1122.3174.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 72.92%
GREEN value IS 9 (3.91% from 255) = 6.25%
BLUE value IS 30 (12.11% from 255) = 20.83%
R=72.92%
G=6.25%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10593000.910.710.59346.8884.2122.35
Hex6991E05B473B15b5416
Octal151113601331077353312426
Binary1101001100111110010110111000111111011101011011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69091E; }

 p { color: rgb(105,9,30); }

 H1.HeaderClassName
 {
   color: #69091E;
 }
 .AnyTagClassName
 {
   color: #69091E;
 }
</style>
background-color css

<style>
 a { background-color: #69091E; }

 a { background-color: rgb(105,9,30); }

 div.DivClassName
 {
   background-color: #69091E;
 }
 .BgClassName
 {
   background-color: #69091E;
 }
</style>
border-color css

<style>
 span { border-color: #69091E; }

 span { border-color: rgb(105,9,30); }

 td.TdClassName
 {
   border-color: #69091E;
 }
 .TagClassName
 {
   border-color: #69091E;
 }
</style>