#60111C

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

Shades of Pohutukawa #60111C

Tints of Pohutukawa #60111C

Color information

#60111C (or 0x60111C) is unknown color: approx Pohutukawa. HEX triplet: 60, 11 and 1C. RGB value is (96,17,28). Sum of RGB (Red+Green+Blue) = 96+17+28=141 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.09% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 96 - color contains mainly: red. Hex color #60111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60111C is #9FEEE3. Grayscale: #292929. Windows color (decimal): -10481380 or 1839456. OLE color: 1839456.

HSL color Cylindrical-coordinate representation of color #60111C: hue angle of 351.65º 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 #60111C is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB961728-
CMYK00.820.710.62
HSL351.65º69.91%22.16%-
HSV(B)351.65º82.29%37.65%-
XYZ5.232.971.4-
YUV41.88120.17166.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 68.09%
GREEN value IS 17 (7.03% from 255) = 12.06%
BLUE value IS 28 (11.33% from 255) = 19.86%
R=68.09%
G=12.06%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96172800.820.710.62351.6569.9122.16
Hex60111C052473E1604616
Octal140213401221077654010626
Binary11000001000111100010100101000111111110101100000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60111C; }

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

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

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

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

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

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

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

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