Shades of Pohutukawa #60051E
Tints of Pohutukawa #60051E
RGB
CMYK
RGB Variations
Color information
#60051E (or 0x60051E) is known color: Pohutukawa. HEX triplet: 60, 05 and 1E. RGB value is (96,5,30). Sum of RGB (Red+Green+Blue) = 96+5+30=131 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.28% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 96 - color contains mainly: red. Hex color #60051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60051E is #9FFAE1. Grayscale: #232323. Windows color (decimal): -10484450 or 1967456. OLE color: 1967456.
HSL color Cylindrical-coordinate representation of color #60051E: hue angle of 343.52º 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 #60051E is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 5 | 30 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.62 |
| HSL | 343.52º | 0.9% | 0.2% | - |
| HSV(B) | 343.52º | 0.95% | 0.38% | - |
| XYZ | 5.11 | 2.69 | 1.48 | - |
| YUV | 35.06 | 125.15 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 5 | 30 | 0 | 0.95 | 0.69 | 0.62 | 343.52 | 0.9 | 0.2 |
| Hex | 60 | 5 | 1E | 0 | 5F | 45 | 3E | 158 | 5A | 14 |
| Octal | 140 | 5 | 36 | 0 | 137 | 105 | 76 | 530 | 132 | 24 |
| Binary | 1100000 | 101 | 11110 | 0 | 1011111 | 1000101 | 111110 | 101011000 | 1011010 | 10100 |
Color Harmonies of #60051E
Complementary color
Monochromatic Colors of #60051E
Black with #60051E
Text Example
Text Example
White with #60051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60051E; }
p { color: rgb(96,5,30); }
H1.HeaderClassName
{
color: #60051E;
}
.AnyTagClassName
{
color: #60051E;
}
</style>
background-color css
<style>
a { background-color: #60051E; }
a { background-color: rgb(96,5,30); }
div.DivClassName
{
background-color: #60051E;
}
.BgClassName
{
background-color: #60051E;
}
</style>
border-color css
<style>
span { border-color: #60051E; }
span { border-color: rgb(96,5,30); }
td.TdClassName
{
border-color: #60051E;
}
.TagClassName
{
border-color: #60051E;
}
</style>