Shades of Pohutukawa #60202F
Tints of Pohutukawa #60202F
RGB
CMYK
RGB Variations
Color information
#60202F (or 0x60202F) is known color: Pohutukawa. HEX triplet: 60, 20 and 2F. RGB value is (96,32,47). Sum of RGB (Red+Green+Blue) = 96+32+47=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #60202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60202F is #9FDFD0. Grayscale: #343434. Windows color (decimal): -10477521 or 3088480. OLE color: 3088480.
HSL color Cylindrical-coordinate representation of color #60202F: hue angle of 345.94º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #60202F is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 32 | 47 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.62 |
| HSL | 345.94º | 0.5% | 0.25% | - |
| HSV(B) | 345.94º | 0.67% | 0.38% | - |
| XYZ | 5.85 | 3.73 | 3.1 | - |
| YUV | 52.85 | 124.7 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 32 | 47 | 0 | 0.67 | 0.51 | 0.62 | 345.94 | 0.5 | 0.25 |
| Hex | 60 | 20 | 2F | 0 | 43 | 33 | 3E | 15A | 32 | 19 |
| Octal | 140 | 40 | 57 | 0 | 103 | 63 | 76 | 532 | 62 | 31 |
| Binary | 1100000 | 100000 | 101111 | 0 | 1000011 | 110011 | 111110 | 101011010 | 110010 | 11001 |
Color Harmonies of #60202F
Complementary color
Monochromatic Colors of #60202F
Black with #60202F
Text Example
Text Example
White with #60202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60202F; }
p { color: rgb(96,32,47); }
H1.HeaderClassName
{
color: #60202F;
}
.AnyTagClassName
{
color: #60202F;
}
</style>
background-color css
<style>
a { background-color: #60202F; }
a { background-color: rgb(96,32,47); }
div.DivClassName
{
background-color: #60202F;
}
.BgClassName
{
background-color: #60202F;
}
</style>
border-color css
<style>
span { border-color: #60202F; }
span { border-color: rgb(96,32,47); }
td.TdClassName
{
border-color: #60202F;
}
.TagClassName
{
border-color: #60202F;
}
</style>