#601118

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

Shades of Pohutukawa #601118

Tints of Pohutukawa #601118

Color information

#601118 (or 0x601118) is unknown color: approx Pohutukawa. HEX triplet: 60, 11 and 18. RGB value is (96,17,24). Sum of RGB (Red+Green+Blue) = 96+17+24=137 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.07% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 96 - color contains mainly: red. Hex color #601118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601118 is #9FEEE7. Grayscale: #292929. Windows color (decimal): -10481384 or 1577312. OLE color: 1577312.

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

Color convert

RGB961724-
CMYK00.820.750.62
HSL354.68º69.91%22.16%-
HSV(B)354.68º82.29%37.65%-
XYZ5.192.951.16-
YUV41.42118.17166.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 70.07%
GREEN value IS 17 (7.03% from 255) = 12.41%
BLUE value IS 24 (9.77% from 255) = 17.52%
R=70.07%
G=12.41%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96172400.820.750.62354.6869.9122.16
Hex6011180524B3E1634616
Octal140213001221137654310626
Binary11000001000111000010100101001011111110101100011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601118; }

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

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

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

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

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

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

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

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