#60112b

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

Shades of Pohutukawa #60112B

Tints of Pohutukawa #60112B

Color information

#60112B (or 0x60112B) is unknown color: approx Pohutukawa. HEX triplet: 60, 11 and 2B. RGB value is (96,17,43). Sum of RGB (Red+Green+Blue) = 96+17+43=156 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.54% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 96 - color contains mainly: red. Hex color #60112B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60112B is #9FEED4. Grayscale: #2B2B2B. Windows color (decimal): -10481365 or 2822496. OLE color: 2822496.

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

Color convert

RGB961743-
CMYK00.820.550.62
HSL340.25º69.91%22.16%-
HSV(B)340.25º82.29%37.65%-
XYZ5.463.062.59-
YUV43.58127.67165.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.54%
GREEN value IS 17 (7.03% from 255) = 10.90%
BLUE value IS 43 (17.19% from 255) = 27.56%
R=61.54%
G=10.90%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96174300.820.550.62340.2569.9122.16
Hex60112B052373E1544616
Octal14021530122677652410626
Binary11000001000110101101010010110111111110101010100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60112b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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