#60112C

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

Shades of Pohutukawa #60112C

Tints of Pohutukawa #60112C

Color information

#60112C (or 0x60112C) is unknown color: approx Pohutukawa. HEX triplet: 60, 11 and 2C. RGB value is (96,17,44). Sum of RGB (Red+Green+Blue) = 96+17+44=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #60112C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60112C is #9FEED3. Grayscale: #2B2B2B. Windows color (decimal): -10481364 or 2888032. OLE color: 2888032.

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

Color convert

RGB961744-
CMYK00.820.540.62
HSL339.49º69.91%22.16%-
HSV(B)339.49º82.29%37.65%-
XYZ5.483.072.69-
YUV43.7128.17165.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.15%
GREEN value IS 17 (7.03% from 255) = 10.83%
BLUE value IS 44 (17.58% from 255) = 28.03%
R=61.15%
G=10.83%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96174400.820.540.62339.4969.9122.16
Hex60112C052363E1534616
Octal14021540122667652310626
Binary11000001000110110001010010110110111110101010011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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