#60161B

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

Shades of Pohutukawa #60161B

Tints of Pohutukawa #60161B

Color information

#60161B (or 0x60161B) is unknown color: approx Pohutukawa. HEX triplet: 60, 16 and 1B. RGB value is (96,22,27). Sum of RGB (Red+Green+Blue) = 96+22+27=145 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.21% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 96 - color contains mainly: red. Hex color #60161B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60161B is #9FE9E4. Grayscale: #2C2C2C. Windows color (decimal): -10480101 or 1775200. OLE color: 1775200.

HSL color Cylindrical-coordinate representation of color #60161B: hue angle of 355.95º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #60161B is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB962227-
CMYK00.770.720.62
HSL355.95º62.71%23.14%-
HSV(B)355.95º77.08%37.65%-
XYZ5.313.141.36-
YUV44.7118.02164.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 66.21%
GREEN value IS 22 (8.98% from 255) = 15.17%
BLUE value IS 27 (10.94% from 255) = 18.62%
R=66.21%
G=15.17%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96222700.770.720.62355.9562.7123.14
Hex60161B04D483E1643f17
Octal14026330115110765447727
Binary1100000101101101101001101100100011111010110010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60161B; }

 p { color: rgb(96,22,27); }

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

<style>
 a { background-color: #60161B; }

 a { background-color: rgb(96,22,27); }

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

<style>
 span { border-color: #60161B; }

 span { border-color: rgb(96,22,27); }

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