Shades of Pohutukawa #62020F
Tints of Pohutukawa #62020F
RGB
CMYK
RGB Variations
Color information
#62020F (or 0x62020F) is known color: Pohutukawa. HEX triplet: 62, 02 and 0F. RGB value is (98,2,15). Sum of RGB (Red+Green+Blue) = 98+2+15=115 (15% of max value = 765). Red value is 98 (38.67% from 255 or 85.22% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 98 - color contains mainly: red. Hex color #62020F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62020F is #9DFDF0. Grayscale: #202020. Windows color (decimal): -10354161 or 983650. OLE color: 983650.
HSL color Cylindrical-coordinate representation of color #62020F: hue angle of 351.88º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #62020F is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 2 | 15 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.62 |
| HSL | 351.88º | 0.96% | 0.2% | - |
| HSV(B) | 351.88º | 0.98% | 0.38% | - |
| XYZ | 5.14 | 2.67 | 0.7 | - |
| YUV | 32.19 | 118.3 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 15 | 0 | 0.98 | 0.85 | 0.62 | 351.88 | 0.96 | 0.2 |
| Hex | 62 | 2 | F | 0 | 62 | 55 | 3E | 160 | 60 | 14 |
| Octal | 142 | 2 | 17 | 0 | 142 | 125 | 76 | 540 | 140 | 24 |
| Binary | 1100010 | 10 | 1111 | 0 | 1100010 | 1010101 | 111110 | 101100000 | 1100000 | 10100 |
Color Harmonies of #62020F
Complementary color
Monochromatic Colors of #62020F
Black with #62020F
Text Example
Text Example
White with #62020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62020F; }
p { color: rgb(98,2,15); }
H1.HeaderClassName
{
color: #62020F;
}
.AnyTagClassName
{
color: #62020F;
}
</style>
background-color css
<style>
a { background-color: #62020F; }
a { background-color: rgb(98,2,15); }
div.DivClassName
{
background-color: #62020F;
}
.BgClassName
{
background-color: #62020F;
}
</style>
border-color css
<style>
span { border-color: #62020F; }
span { border-color: rgb(98,2,15); }
td.TdClassName
{
border-color: #62020F;
}
.TagClassName
{
border-color: #62020F;
}
</style>