#60112f

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

Shades of Pohutukawa #60112F

Tints of Pohutukawa #60112F

Color information

#60112F (or 0x60112F) is unknown color: approx Pohutukawa. HEX triplet: 60, 11 and 2F. RGB value is (96,17,47). Sum of RGB (Red+Green+Blue) = 96+17+47=160 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 96 - color contains mainly: red. Hex color #60112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60112F is #9FEED0. Grayscale: #2C2C2C. Windows color (decimal): -10481361 or 3084640. OLE color: 3084640.

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

Color convert

RGB961747-
CMYK00.820.510.62
HSL337.22º69.91%22.16%-
HSV(B)337.22º82.29%37.65%-
XYZ5.543.092.99-
YUV44.04129.67165.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60%
GREEN value IS 17 (7.03% from 255) = 10.62%
BLUE value IS 47 (18.75% from 255) = 29.38%
R=60%
G=10.62%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96174700.820.510.62337.2269.9122.16
Hex60112F052333E1514616
Octal14021570122637652110626
Binary11000001000110111101010010110011111110101010001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60112f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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