#600F18

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

Shades of Pohutukawa #600F18

Tints of Pohutukawa #600F18

Color information

#600F18 (or 0x600F18) is unknown color: approx Pohutukawa. HEX triplet: 60, 0F and 18. RGB value is (96,15,24). Sum of RGB (Red+Green+Blue) = 96+15+24=135 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.11% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 96 - color contains mainly: red. Hex color #600F18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600F18 is #9FF0E7. Grayscale: #282828. Windows color (decimal): -10481896 or 1576800. OLE color: 1576800.

HSL color Cylindrical-coordinate representation of color #600F18: hue angle of 353.33º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #600F18 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB961524-
CMYK00.840.750.62
HSL353.33º72.97%21.76%-
HSV(B)353.33º84.38%37.65%-
XYZ5.162.891.15-
YUV40.24118.84167.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 71.11%
GREEN value IS 15 (6.25% from 255) = 11.11%
BLUE value IS 24 (9.77% from 255) = 17.78%
R=71.11%
G=11.11%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96152400.840.750.62353.3372.9721.76
Hex60F180544B3E1614916
Octal140173001241137654111126
Binary1100000111111000010101001001011111110101100001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600F18; }

 p { color: rgb(96,15,24); }

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

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

 a { background-color: rgb(96,15,24); }

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

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

 span { border-color: rgb(96,15,24); }

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