Shades of Pohutukawa #62051E
Tints of Pohutukawa #62051E
RGB
CMYK
RGB Variations
Color information
#62051E (or 0x62051E) is known color: Pohutukawa. HEX triplet: 62, 05 and 1E. RGB value is (98,5,30). Sum of RGB (Red+Green+Blue) = 98+5+30=133 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.68% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 98 - color contains mainly: red. Hex color #62051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62051E is #9DFAE1. Grayscale: #232323. Windows color (decimal): -10353378 or 1967458. OLE color: 1967458.
HSL color Cylindrical-coordinate representation of color #62051E: hue angle of 343.87º 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 #62051E is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 5 | 30 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.62 |
| HSL | 343.87º | 0.9% | 0.2% | - |
| HSV(B) | 343.87º | 0.95% | 0.38% | - |
| XYZ | 5.33 | 2.8 | 1.49 | - |
| YUV | 35.66 | 124.81 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 5 | 30 | 0 | 0.95 | 0.69 | 0.62 | 343.87 | 0.9 | 0.2 |
| Hex | 62 | 5 | 1E | 0 | 5F | 45 | 3E | 158 | 5A | 14 |
| Octal | 142 | 5 | 36 | 0 | 137 | 105 | 76 | 530 | 132 | 24 |
| Binary | 1100010 | 101 | 11110 | 0 | 1011111 | 1000101 | 111110 | 101011000 | 1011010 | 10100 |
Color Harmonies of #62051E
Complementary color
Monochromatic Colors of #62051E
Black with #62051E
Text Example
Text Example
White with #62051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62051E; }
p { color: rgb(98,5,30); }
H1.HeaderClassName
{
color: #62051E;
}
.AnyTagClassName
{
color: #62051E;
}
</style>
background-color css
<style>
a { background-color: #62051E; }
a { background-color: rgb(98,5,30); }
div.DivClassName
{
background-color: #62051E;
}
.BgClassName
{
background-color: #62051E;
}
</style>
border-color css
<style>
span { border-color: #62051E; }
span { border-color: rgb(98,5,30); }
td.TdClassName
{
border-color: #62051E;
}
.TagClassName
{
border-color: #62051E;
}
</style>