#60161C

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

Shades of Pohutukawa #60161C

Tints of Pohutukawa #60161C

Color information

#60161C (or 0x60161C) is unknown color: approx Pohutukawa. HEX triplet: 60, 16 and 1C. RGB value is (96,22,28). Sum of RGB (Red+Green+Blue) = 96+22+28=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #60161C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60161C is #9FE9E3. Grayscale: #2C2C2C. Windows color (decimal): -10480100 or 1840736. OLE color: 1840736.

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

Color convert

RGB962228-
CMYK00.770.710.62
HSL355.14º62.71%23.14%-
HSV(B)355.14º77.08%37.65%-
XYZ5.323.141.43-
YUV44.81118.52164.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 65.75%
GREEN value IS 22 (8.98% from 255) = 15.07%
BLUE value IS 28 (11.33% from 255) = 19.18%
R=65.75%
G=15.07%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96222800.770.710.62355.1462.7123.14
Hex60161C04D473E1633f17
Octal14026340115107765437727
Binary1100000101101110001001101100011111111010110001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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