#600209

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

Shades of Pohutukawa #600209

Tints of Pohutukawa #600209

Color information

#600209 (or 0x600209) is unknown color: approx Pohutukawa. HEX triplet: 60, 02 and 09. RGB value is (96,2,9). Sum of RGB (Red+Green+Blue) = 96+2+9=107 (14% of max value = 765). Red value is 96 (37.89% from 255 or 89.72% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 96 - color contains mainly: red. Hex color #600209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600209 is #9FFDF6. Grayscale: #1E1E1E. Windows color (decimal): -10485239 or 590432. OLE color: 590432.

HSL color Cylindrical-coordinate representation of color #600209: hue angle of 355.53º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #600209 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB9629-
CMYK00.980.910.62
HSL355.53º95.92%19.22%-
HSV(B)355.53º97.92%37.65%-
XYZ4.892.550.49-
YUV30.9115.64174.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 89.72%
GREEN value IS 2 (1.17% from 255) = 1.87%
BLUE value IS 9 (3.91% from 255) = 8.41%
R=89.72%
G=1.87%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal962900.980.910.62355.5395.9219.22
Hex60290625B3E1646013
Octal14021101421337654414023
Binary1100000101001011000101011011111110101100100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600209; }

 p { color: rgb(96,2,9); }

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

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

 a { background-color: rgb(96,2,9); }

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

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

 span { border-color: rgb(96,2,9); }

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