Shades of Pohutukawa #62112E
Tints of Pohutukawa #62112E
RGB
CMYK
RGB Variations
Color information
#62112E (or 0x62112E) is known color: Pohutukawa. HEX triplet: 62, 11 and 2E. RGB value is (98,17,46). Sum of RGB (Red+Green+Blue) = 98+17+46=161 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.87% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 98 - color contains mainly: red. Hex color #62112E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62112E is #9DEED1. Grayscale: #2C2C2C. Windows color (decimal): -10350290 or 3019106. OLE color: 3019106.
HSL color Cylindrical-coordinate representation of color #62112E: hue angle of 338.52º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #62112E is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 17 | 46 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.62 |
| HSL | 338.52º | 0.7% | 0.23% | - |
| HSV(B) | 338.52º | 0.83% | 0.38% | - |
| XYZ | 5.73 | 3.19 | 2.9 | - |
| YUV | 44.53 | 128.84 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 46 | 0 | 0.83 | 0.53 | 0.62 | 338.52 | 0.7 | 0.23 |
| Hex | 62 | 11 | 2E | 0 | 53 | 35 | 3E | 153 | 46 | 17 |
| Octal | 142 | 21 | 56 | 0 | 123 | 65 | 76 | 523 | 106 | 27 |
| Binary | 1100010 | 10001 | 101110 | 0 | 1010011 | 110101 | 111110 | 101010011 | 1000110 | 10111 |
Color Harmonies of #62112E
Complementary color
Monochromatic Colors of #62112E
Black with #62112E
Text Example
Text Example
White with #62112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62112E; }
p { color: rgb(98,17,46); }
H1.HeaderClassName
{
color: #62112E;
}
.AnyTagClassName
{
color: #62112E;
}
</style>
background-color css
<style>
a { background-color: #62112E; }
a { background-color: rgb(98,17,46); }
div.DivClassName
{
background-color: #62112E;
}
.BgClassName
{
background-color: #62112E;
}
</style>
border-color css
<style>
span { border-color: #62112E; }
span { border-color: rgb(98,17,46); }
td.TdClassName
{
border-color: #62112E;
}
.TagClassName
{
border-color: #62112E;
}
</style>