Shades of Pohutukawa #62080E
Tints of Pohutukawa #62080E
RGB
CMYK
RGB Variations
Color information
#62080E (or 0x62080E) is known color: Pohutukawa. HEX triplet: 62, 08 and 0E. RGB value is (98,8,14). Sum of RGB (Red+Green+Blue) = 98+8+14=120 (15% of max value = 765). Red value is 98 (38.67% from 255 or 81.67% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 98 - color contains mainly: red. Hex color #62080E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62080E is #9DF7F1. Grayscale: #232323. Windows color (decimal): -10352626 or 919650. OLE color: 919650.
HSL color Cylindrical-coordinate representation of color #62080E: hue angle of 356º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #62080E is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 8 | 14 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.62 |
| HSL | 356º | 0.85% | 0.21% | - |
| HSV(B) | 356º | 0.92% | 0.38% | - |
| XYZ | 5.2 | 2.8 | 0.68 | - |
| YUV | 35.59 | 115.82 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 8 | 14 | 0 | 0.92 | 0.86 | 0.62 | 356 | 0.85 | 0.21 |
| Hex | 62 | 8 | E | 0 | 5C | 56 | 3E | 164 | 55 | 15 |
| Octal | 142 | 10 | 16 | 0 | 134 | 126 | 76 | 544 | 125 | 25 |
| Binary | 1100010 | 1000 | 1110 | 0 | 1011100 | 1010110 | 111110 | 101100100 | 1010101 | 10101 |
Color Harmonies of #62080E
Complementary color
Monochromatic Colors of #62080E
Black with #62080E
Text Example
Text Example
White with #62080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62080E; }
p { color: rgb(98,8,14); }
H1.HeaderClassName
{
color: #62080E;
}
.AnyTagClassName
{
color: #62080E;
}
</style>
background-color css
<style>
a { background-color: #62080E; }
a { background-color: rgb(98,8,14); }
div.DivClassName
{
background-color: #62080E;
}
.BgClassName
{
background-color: #62080E;
}
</style>
border-color css
<style>
span { border-color: #62080E; }
span { border-color: rgb(98,8,14); }
td.TdClassName
{
border-color: #62080E;
}
.TagClassName
{
border-color: #62080E;
}
</style>