Shades of Pohutukawa #62212E
Tints of Pohutukawa #62212E
RGB
CMYK
RGB Variations
Color information
#62212E (or 0x62212E) is known color: Pohutukawa. HEX triplet: 62, 21 and 2E. RGB value is (98,33,46). Sum of RGB (Red+Green+Blue) = 98+33+46=177 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.37% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 98 - color contains mainly: red. Hex color #62212E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62212E is #9DDED1. Grayscale: #353535. Windows color (decimal): -10346194 or 3023202. OLE color: 3023202.
HSL color Cylindrical-coordinate representation of color #62212E: hue angle of 348º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #62212E is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 33 | 46 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.62 |
| HSL | 348º | 0.5% | 0.26% | - |
| HSV(B) | 348º | 0.66% | 0.38% | - |
| XYZ | 6.07 | 3.88 | 3.01 | - |
| YUV | 53.92 | 123.53 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 33 | 46 | 0 | 0.66 | 0.53 | 0.62 | 348 | 0.5 | 0.26 |
| Hex | 62 | 21 | 2E | 0 | 42 | 35 | 3E | 15C | 32 | 1A |
| Octal | 142 | 41 | 56 | 0 | 102 | 65 | 76 | 534 | 62 | 32 |
| Binary | 1100010 | 100001 | 101110 | 0 | 1000010 | 110101 | 111110 | 101011100 | 110010 | 11010 |
Color Harmonies of #62212E
Complementary color
Monochromatic Colors of #62212E
Black with #62212E
Text Example
Text Example
White with #62212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62212E; }
p { color: rgb(98,33,46); }
H1.HeaderClassName
{
color: #62212E;
}
.AnyTagClassName
{
color: #62212E;
}
</style>
background-color css
<style>
a { background-color: #62212E; }
a { background-color: rgb(98,33,46); }
div.DivClassName
{
background-color: #62212E;
}
.BgClassName
{
background-color: #62212E;
}
</style>
border-color css
<style>
span { border-color: #62212E; }
span { border-color: rgb(98,33,46); }
td.TdClassName
{
border-color: #62212E;
}
.TagClassName
{
border-color: #62212E;
}
</style>