Shades of Pohutukawa #62191C
Tints of Pohutukawa #62191C
RGB
CMYK
RGB Variations
Color information
#62191C (or 0x62191C) is known color: Pohutukawa. HEX triplet: 62, 19 and 1C. RGB value is (98,25,28). Sum of RGB (Red+Green+Blue) = 98+25+28=151 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.90% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 98 - color contains mainly: red. Hex color #62191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62191C is #9DE6E3. Grayscale: #2F2F2F. Windows color (decimal): -10348260 or 1841506. OLE color: 1841506.
HSL color Cylindrical-coordinate representation of color #62191C: hue angle of 357.53º 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 #62191C is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 25 | 28 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.62 |
| HSL | 357.53º | 0.59% | 0.24% | - |
| HSV(B) | 357.53º | 0.74% | 0.38% | - |
| XYZ | 5.59 | 3.38 | 1.46 | - |
| YUV | 47.17 | 117.18 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 25 | 28 | 0 | 0.74 | 0.71 | 0.62 | 357.53 | 0.59 | 0.24 |
| Hex | 62 | 19 | 1C | 0 | 4A | 47 | 3E | 166 | 3B | 18 |
| Octal | 142 | 31 | 34 | 0 | 112 | 107 | 76 | 546 | 73 | 30 |
| Binary | 1100010 | 11001 | 11100 | 0 | 1001010 | 1000111 | 111110 | 101100110 | 111011 | 11000 |
Color Harmonies of #62191C
Complementary color
Monochromatic Colors of #62191C
Black with #62191C
Text Example
Text Example
White with #62191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62191C; }
p { color: rgb(98,25,28); }
H1.HeaderClassName
{
color: #62191C;
}
.AnyTagClassName
{
color: #62191C;
}
</style>
background-color css
<style>
a { background-color: #62191C; }
a { background-color: rgb(98,25,28); }
div.DivClassName
{
background-color: #62191C;
}
.BgClassName
{
background-color: #62191C;
}
</style>
border-color css
<style>
span { border-color: #62191C; }
span { border-color: rgb(98,25,28); }
td.TdClassName
{
border-color: #62191C;
}
.TagClassName
{
border-color: #62191C;
}
</style>