#60212B

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

Shades of Pohutukawa #60212B

Tints of Pohutukawa #60212B

Color information

#60212B (or 0x60212B) is unknown color: approx Pohutukawa. HEX triplet: 60, 21 and 2B. RGB value is (96,33,43). Sum of RGB (Red+Green+Blue) = 96+33+43=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #60212B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60212B is #9FDED4. Grayscale: #353535. Windows color (decimal): -10477269 or 2826592. OLE color: 2826592.

HSL color Cylindrical-coordinate representation of color #60212B: hue angle of 350.48º 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 #60212B is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB963343-
CMYK00.660.550.62
HSL350.48º48.84%25.29%-
HSV(B)350.48º65.62%37.65%-
XYZ5.83.752.7-
YUV52.98122.37158.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.81%
GREEN value IS 33 (13.28% from 255) = 19.19%
BLUE value IS 43 (17.19% from 255) = 25%
R=55.81%
G=19.19%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96334300.660.550.62350.4848.8425.29
Hex60212B042373E15e3119
Octal1404153010267765366131
Binary11000001000011010110100001011011111111010101111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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