Shades of Pohutukawa #62191E
Tints of Pohutukawa #62191E
RGB
CMYK
RGB Variations
Color information
#62191E (or 0x62191E) is known color: Pohutukawa. HEX triplet: 62, 19 and 1E. RGB value is (98,25,30). Sum of RGB (Red+Green+Blue) = 98+25+30=153 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.05% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 30 (12.11% from 255 or 19.61% from 153); Max value from RGB is 98 - color contains mainly: red. Hex color #62191E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62191E is #9DE6E1. Grayscale: #2F2F2F. Windows color (decimal): -10348258 or 1972578. OLE color: 1972578.
HSL color Cylindrical-coordinate representation of color #62191E: hue angle of 355.89º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #62191E is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 25 | 30 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.62 |
| HSL | 355.89º | 0.59% | 0.24% | - |
| HSV(B) | 355.89º | 0.74% | 0.38% | - |
| XYZ | 5.62 | 3.39 | 1.59 | - |
| YUV | 47.4 | 118.18 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 25 | 30 | 0 | 0.74 | 0.69 | 0.62 | 355.89 | 0.59 | 0.24 |
| Hex | 62 | 19 | 1E | 0 | 4A | 45 | 3E | 164 | 3B | 18 |
| Octal | 142 | 31 | 36 | 0 | 112 | 105 | 76 | 544 | 73 | 30 |
| Binary | 1100010 | 11001 | 11110 | 0 | 1001010 | 1000101 | 111110 | 101100100 | 111011 | 11000 |
Color Harmonies of #62191E
Complementary color
Monochromatic Colors of #62191E
Black with #62191E
Text Example
Text Example
White with #62191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62191E; }
p { color: rgb(98,25,30); }
H1.HeaderClassName
{
color: #62191E;
}
.AnyTagClassName
{
color: #62191E;
}
</style>
background-color css
<style>
a { background-color: #62191E; }
a { background-color: rgb(98,25,30); }
div.DivClassName
{
background-color: #62191E;
}
.BgClassName
{
background-color: #62191E;
}
</style>
border-color css
<style>
span { border-color: #62191E; }
span { border-color: rgb(98,25,30); }
td.TdClassName
{
border-color: #62191E;
}
.TagClassName
{
border-color: #62191E;
}
</style>