Shades of Pohutukawa #62080F
Tints of Pohutukawa #62080F
RGB
CMYK
RGB Variations
Color information
#62080F (or 0x62080F) is known color: Pohutukawa. HEX triplet: 62, 08 and 0F. RGB value is (98,8,15). Sum of RGB (Red+Green+Blue) = 98+8+15=121 (16% of max value = 765). Red value is 98 (38.67% from 255 or 80.99% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 98 - color contains mainly: red. Hex color #62080F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62080F is #9DF7F0. Grayscale: #232323. Windows color (decimal): -10352625 or 985186. OLE color: 985186.
HSL color Cylindrical-coordinate representation of color #62080F: hue angle of 355.33º 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 #62080F is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 8 | 15 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.62 |
| HSL | 355.33º | 0.85% | 0.21% | - |
| HSV(B) | 355.33º | 0.92% | 0.38% | - |
| XYZ | 5.21 | 2.8 | 0.72 | - |
| YUV | 35.71 | 116.32 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 8 | 15 | 0 | 0.92 | 0.85 | 0.62 | 355.33 | 0.85 | 0.21 |
| Hex | 62 | 8 | F | 0 | 5C | 55 | 3E | 163 | 55 | 15 |
| Octal | 142 | 10 | 17 | 0 | 134 | 125 | 76 | 543 | 125 | 25 |
| Binary | 1100010 | 1000 | 1111 | 0 | 1011100 | 1010101 | 111110 | 101100011 | 1010101 | 10101 |
Color Harmonies of #62080F
Complementary color
Monochromatic Colors of #62080F
Black with #62080F
Text Example
Text Example
White with #62080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62080F; }
p { color: rgb(98,8,15); }
H1.HeaderClassName
{
color: #62080F;
}
.AnyTagClassName
{
color: #62080F;
}
</style>
background-color css
<style>
a { background-color: #62080F; }
a { background-color: rgb(98,8,15); }
div.DivClassName
{
background-color: #62080F;
}
.BgClassName
{
background-color: #62080F;
}
</style>
border-color css
<style>
span { border-color: #62080F; }
span { border-color: rgb(98,8,15); }
td.TdClassName
{
border-color: #62080F;
}
.TagClassName
{
border-color: #62080F;
}
</style>