Shades of Pohutukawa #62191F
Tints of Pohutukawa #62191F
RGB
CMYK
RGB Variations
Color information
#62191F (or 0x62191F) is known color: Pohutukawa. HEX triplet: 62, 19 and 1F. RGB value is (98,25,31). Sum of RGB (Red+Green+Blue) = 98+25+31=154 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.64% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 98 - color contains mainly: red. Hex color #62191F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62191F is #9DE6E0. Grayscale: #2F2F2F. Windows color (decimal): -10348257 or 2038114. OLE color: 2038114.
HSL color Cylindrical-coordinate representation of color #62191F: hue angle of 355.07º 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 #62191F is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 25 | 31 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.62 |
| HSL | 355.07º | 0.59% | 0.24% | - |
| HSV(B) | 355.07º | 0.74% | 0.38% | - |
| XYZ | 5.63 | 3.39 | 1.65 | - |
| YUV | 47.51 | 118.68 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 25 | 31 | 0 | 0.74 | 0.68 | 0.62 | 355.07 | 0.59 | 0.24 |
| Hex | 62 | 19 | 1F | 0 | 4A | 44 | 3E | 163 | 3B | 18 |
| Octal | 142 | 31 | 37 | 0 | 112 | 104 | 76 | 543 | 73 | 30 |
| Binary | 1100010 | 11001 | 11111 | 0 | 1001010 | 1000100 | 111110 | 101100011 | 111011 | 11000 |
Color Harmonies of #62191F
Complementary color
Monochromatic Colors of #62191F
Black with #62191F
Text Example
Text Example
White with #62191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62191F; }
p { color: rgb(98,25,31); }
H1.HeaderClassName
{
color: #62191F;
}
.AnyTagClassName
{
color: #62191F;
}
</style>
background-color css
<style>
a { background-color: #62191F; }
a { background-color: rgb(98,25,31); }
div.DivClassName
{
background-color: #62191F;
}
.BgClassName
{
background-color: #62191F;
}
</style>
border-color css
<style>
span { border-color: #62191F; }
span { border-color: rgb(98,25,31); }
td.TdClassName
{
border-color: #62191F;
}
.TagClassName
{
border-color: #62191F;
}
</style>