#600918

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

Shades of Pohutukawa #600918

Tints of Pohutukawa #600918

Color information

#600918 (or 0x600918) is unknown color: approx Pohutukawa. HEX triplet: 60, 09 and 18. RGB value is (96,9,24). Sum of RGB (Red+Green+Blue) = 96+9+24=129 (17% of max value = 765). Red value is 96 (37.89% from 255 or 74.42% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 96 - color contains mainly: red. Hex color #600918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600918 is #9FF6E7. Grayscale: #242424. Windows color (decimal): -10483432 or 1575264. OLE color: 1575264.

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

Color convert

RGB96924-
CMYK00.910.750.62
HSL349.66º82.86%20.59%-
HSV(B)349.66º90.62%37.65%-
XYZ5.092.751.13-
YUV36.72120.82170.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 74.42%
GREEN value IS 9 (3.91% from 255) = 6.98%
BLUE value IS 24 (9.77% from 255) = 18.60%
R=74.42%
G=6.98%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9692400.910.750.62349.6682.8620.59
Hex6091805B4B3E15e5315
Octal140113001331137653612325
Binary1100000100111000010110111001011111110101011110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600918; }

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

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

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

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

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

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

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

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