#60212C

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

Shades of Pohutukawa #60212C

Tints of Pohutukawa #60212C

Color information

#60212C (or 0x60212C) is unknown color: approx Pohutukawa. HEX triplet: 60, 21 and 2C. RGB value is (96,33,44). Sum of RGB (Red+Green+Blue) = 96+33+44=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #60212C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60212C is #9FDED3. Grayscale: #353535. Windows color (decimal): -10477268 or 2892128. OLE color: 2892128.

HSL color Cylindrical-coordinate representation of color #60212C: hue angle of 349.52º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #60212C is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB963344-
CMYK00.660.540.62
HSL349.52º48.84%25.29%-
HSV(B)349.52º65.62%37.65%-
XYZ5.823.762.8-
YUV53.09122.87158.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.49%
GREEN value IS 33 (13.28% from 255) = 19.08%
BLUE value IS 44 (17.58% from 255) = 25.43%
R=55.49%
G=19.08%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96334400.660.540.62349.5248.8425.29
Hex60212C042363E15e3119
Octal1404154010266765366131
Binary11000001000011011000100001011011011111010101111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,33,44); }

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

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

 a { background-color: rgb(96,33,44); }

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

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

 span { border-color: rgb(96,33,44); }

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