#60161D

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

Shades of Pohutukawa #60161D

Tints of Pohutukawa #60161D

Color information

#60161D (or 0x60161D) is unknown color: approx Pohutukawa. HEX triplet: 60, 16 and 1D. RGB value is (96,22,29). Sum of RGB (Red+Green+Blue) = 96+22+29=147 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.31% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 96 - color contains mainly: red. Hex color #60161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60161D is #9FE9E2. Grayscale: #2C2C2C. Windows color (decimal): -10480099 or 1906272. OLE color: 1906272.

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

Color convert

RGB962229-
CMYK00.770.700.62
HSL354.32º62.71%23.14%-
HSV(B)354.32º77.08%37.65%-
XYZ5.333.151.49-
YUV44.92119.02164.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 65.31%
GREEN value IS 22 (8.98% from 255) = 14.97%
BLUE value IS 29 (11.72% from 255) = 19.73%
R=65.31%
G=14.97%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96222900.770.700.62354.3262.7123.14
Hex60161D04D463E1623f17
Octal14026350115106765427727
Binary1100000101101110101001101100011011111010110001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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