Shades of Pohutukawa #62122D
Tints of Pohutukawa #62122D
RGB
CMYK
RGB Variations
Color information
#62122D (or 0x62122D) is known color: Pohutukawa. HEX triplet: 62, 12 and 2D. RGB value is (98,18,45). Sum of RGB (Red+Green+Blue) = 98+18+45=161 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.87% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 98 - color contains mainly: red. Hex color #62122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62122D is #9DEDD2. Grayscale: #2C2C2C. Windows color (decimal): -10350035 or 2953826. OLE color: 2953826.
HSL color Cylindrical-coordinate representation of color #62122D: hue angle of 339.75º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #62122D is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 18 | 45 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.62 |
| HSL | 339.75º | 0.69% | 0.23% | - |
| HSV(B) | 339.75º | 0.82% | 0.38% | - |
| XYZ | 5.73 | 3.22 | 2.8 | - |
| YUV | 45 | 128 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 45 | 0 | 0.82 | 0.54 | 0.62 | 339.75 | 0.69 | 0.23 |
| Hex | 62 | 12 | 2D | 0 | 52 | 36 | 3E | 154 | 45 | 17 |
| Octal | 142 | 22 | 55 | 0 | 122 | 66 | 76 | 524 | 105 | 27 |
| Binary | 1100010 | 10010 | 101101 | 0 | 1010010 | 110110 | 111110 | 101010100 | 1000101 | 10111 |
Color Harmonies of #62122D
Complementary color
Monochromatic Colors of #62122D
Black with #62122D
Text Example
Text Example
White with #62122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62122D; }
p { color: rgb(98,18,45); }
H1.HeaderClassName
{
color: #62122D;
}
.AnyTagClassName
{
color: #62122D;
}
</style>
background-color css
<style>
a { background-color: #62122D; }
a { background-color: rgb(98,18,45); }
div.DivClassName
{
background-color: #62122D;
}
.BgClassName
{
background-color: #62122D;
}
</style>
border-color css
<style>
span { border-color: #62122D; }
span { border-color: rgb(98,18,45); }
td.TdClassName
{
border-color: #62122D;
}
.TagClassName
{
border-color: #62122D;
}
</style>