#60111E

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

Shades of Pohutukawa #60111E

Tints of Pohutukawa #60111E

Color information

#60111E (or 0x60111E) is unknown color: approx Pohutukawa. HEX triplet: 60, 11 and 1E. RGB value is (96,17,30). Sum of RGB (Red+Green+Blue) = 96+17+30=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #60111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60111E is #9FEEE1. Grayscale: #2A2A2A. Windows color (decimal): -10481378 or 1970528. OLE color: 1970528.

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

Color convert

RGB961730-
CMYK00.820.690.62
HSL350.13º69.91%22.16%-
HSV(B)350.13º82.29%37.65%-
XYZ5.262.981.53-
YUV42.1121.17166.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 67.13%
GREEN value IS 17 (7.03% from 255) = 11.89%
BLUE value IS 30 (12.11% from 255) = 20.98%
R=67.13%
G=11.89%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96173000.820.690.62350.1369.9122.16
Hex60111E052453E15e4616
Octal140213601221057653610626
Binary11000001000111110010100101000101111110101011110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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