Shades of Pohutukawa #62161A
Tints of Pohutukawa #62161A
RGB
CMYK
RGB Variations
Color information
#62161A (or 0x62161A) is known color: Pohutukawa. HEX triplet: 62, 16 and 1A. RGB value is (98,22,26). Sum of RGB (Red+Green+Blue) = 98+22+26=146 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.12% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 98 - color contains mainly: red. Hex color #62161A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62161A is #9DE9E5. Grayscale: #2D2D2D. Windows color (decimal): -10349030 or 1709666. OLE color: 1709666.
HSL color Cylindrical-coordinate representation of color #62161A: hue angle of 356.84º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #62161A is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 22 | 26 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.62 |
| HSL | 356.84º | 0.63% | 0.24% | - |
| HSV(B) | 356.84º | 0.78% | 0.38% | - |
| XYZ | 5.51 | 3.25 | 1.31 | - |
| YUV | 45.18 | 117.18 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 22 | 26 | 0 | 0.78 | 0.73 | 0.62 | 356.84 | 0.63 | 0.24 |
| Hex | 62 | 16 | 1A | 0 | 4E | 49 | 3E | 165 | 3F | 18 |
| Octal | 142 | 26 | 32 | 0 | 116 | 111 | 76 | 545 | 77 | 30 |
| Binary | 1100010 | 10110 | 11010 | 0 | 1001110 | 1001001 | 111110 | 101100101 | 111111 | 11000 |
Color Harmonies of #62161A
Complementary color
Monochromatic Colors of #62161A
Black with #62161A
Text Example
Text Example
White with #62161A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62161A; }
p { color: rgb(98,22,26); }
H1.HeaderClassName
{
color: #62161A;
}
.AnyTagClassName
{
color: #62161A;
}
</style>
background-color css
<style>
a { background-color: #62161A; }
a { background-color: rgb(98,22,26); }
div.DivClassName
{
background-color: #62161A;
}
.BgClassName
{
background-color: #62161A;
}
</style>
border-color css
<style>
span { border-color: #62161A; }
span { border-color: rgb(98,22,26); }
td.TdClassName
{
border-color: #62161A;
}
.TagClassName
{
border-color: #62161A;
}
</style>