Shades of Pohutukawa #62030E
Tints of Pohutukawa #62030E
RGB
CMYK
RGB Variations
Color information
#62030E (or 0x62030E) is known color: Pohutukawa. HEX triplet: 62, 03 and 0E. RGB value is (98,3,14). Sum of RGB (Red+Green+Blue) = 98+3+14=115 (15% of max value = 765). Red value is 98 (38.67% from 255 or 85.22% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 98 - color contains mainly: red. Hex color #62030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62030E is #9DFCF1. Grayscale: #202020. Windows color (decimal): -10353906 or 918370. OLE color: 918370.
HSL color Cylindrical-coordinate representation of color #62030E: hue angle of 353.05º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #62030E is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 3 | 14 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.62 |
| HSL | 353.05º | 0.94% | 0.2% | - |
| HSV(B) | 353.05º | 0.97% | 0.38% | - |
| XYZ | 5.15 | 2.69 | 0.66 | - |
| YUV | 32.66 | 117.47 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 3 | 14 | 0 | 0.97 | 0.86 | 0.62 | 353.05 | 0.94 | 0.2 |
| Hex | 62 | 3 | E | 0 | 61 | 56 | 3E | 161 | 5E | 14 |
| Octal | 142 | 3 | 16 | 0 | 141 | 126 | 76 | 541 | 136 | 24 |
| Binary | 1100010 | 11 | 1110 | 0 | 1100001 | 1010110 | 111110 | 101100001 | 1011110 | 10100 |
Color Harmonies of #62030E
Complementary color
Monochromatic Colors of #62030E
Black with #62030E
Text Example
Text Example
White with #62030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62030E; }
p { color: rgb(98,3,14); }
H1.HeaderClassName
{
color: #62030E;
}
.AnyTagClassName
{
color: #62030E;
}
</style>
background-color css
<style>
a { background-color: #62030E; }
a { background-color: rgb(98,3,14); }
div.DivClassName
{
background-color: #62030E;
}
.BgClassName
{
background-color: #62030E;
}
</style>
border-color css
<style>
span { border-color: #62030E; }
span { border-color: rgb(98,3,14); }
td.TdClassName
{
border-color: #62030E;
}
.TagClassName
{
border-color: #62030E;
}
</style>