#60212F

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

Shades of Pohutukawa #60212F

Tints of Pohutukawa #60212F

Color information

#60212F (or 0x60212F) is unknown color: approx Pohutukawa. HEX triplet: 60, 21 and 2F. RGB value is (96,33,47). Sum of RGB (Red+Green+Blue) = 96+33+47=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #60212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60212F is #9FDED0. Grayscale: #353535. Windows color (decimal): -10477265 or 3088736. OLE color: 3088736.

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

Color convert

RGB963347-
CMYK00.660.510.62
HSL346.67º48.84%25.29%-
HSV(B)346.67º65.62%37.65%-
XYZ5.883.783.11-
YUV53.43124.37158.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.55%
GREEN value IS 33 (13.28% from 255) = 18.75%
BLUE value IS 47 (18.75% from 255) = 26.70%
R=54.55%
G=18.75%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96334700.660.510.62346.6748.8425.29
Hex60212F042333E15b3119
Octal1404157010263765336131
Binary11000001000011011110100001011001111111010101101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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