#60050C

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

Shades of Pohutukawa #60050C

Tints of Pohutukawa #60050C

Color information

#60050C (or 0x60050C) is unknown color: approx Pohutukawa. HEX triplet: 60, 05 and 0C. RGB value is (96,5,12). Sum of RGB (Red+Green+Blue) = 96+5+12=113 (14% of max value = 765). Red value is 96 (37.89% from 255 or 84.96% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 96 - color contains mainly: red. Hex color #60050C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60050C is #9FFAF3. Grayscale: #212121. Windows color (decimal): -10484468 or 787808. OLE color: 787808.

HSL color Cylindrical-coordinate representation of color #60050C: hue angle of 355.38º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #60050C is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB96512-
CMYK00.950.880.62
HSL355.38º90.1%19.8%-
HSV(B)355.38º94.79%37.65%-
XYZ4.942.620.59-
YUV33.01116.15172.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 84.96%
GREEN value IS 5 (2.34% from 255) = 4.42%
BLUE value IS 12 (5.08% from 255) = 10.62%
R=84.96%
G=4.42%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9651200.950.880.62355.3890.119.8
Hex605C05F583E1635a14
Octal14051401371307654313224
Binary11000001011100010111111011000111110101100011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,5,12); }

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

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

 a { background-color: rgb(96,5,12); }

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

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

 span { border-color: rgb(96,5,12); }

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