Shades of Pohutukawa #60050C
Tints of Pohutukawa #60050C
RGB
CMYK
RGB Variations
Color information
#60050C (or 0x60050C) is known color: 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
| RGB | 96 | 5 | 12 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.62 |
| HSL | 355.38º | 0.9% | 0.2% | - |
| HSV(B) | 355.38º | 0.95% | 0.38% | - |
| XYZ | 4.94 | 2.62 | 0.59 | - |
| YUV | 33.01 | 116.15 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 5 | 12 | 0 | 0.95 | 0.88 | 0.62 | 355.38 | 0.9 | 0.2 |
| Hex | 60 | 5 | C | 0 | 5F | 58 | 3E | 163 | 5A | 14 |
| Octal | 140 | 5 | 14 | 0 | 137 | 130 | 76 | 543 | 132 | 24 |
| Binary | 1100000 | 101 | 1100 | 0 | 1011111 | 1011000 | 111110 | 101100011 | 1011010 | 10100 |
Color Harmonies of #60050C
Complementary color
Monochromatic Colors of #60050C
Black with #60050C
Text Example
Text Example
White with #60050C
Text Example
Text Example
HTML Codes & Css Web 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>