Shades of Pohutukawa #62112F
Tints of Pohutukawa #62112F
RGB
CMYK
RGB Variations
Color information
#62112F (or 0x62112F) is known color: Pohutukawa. HEX triplet: 62, 11 and 2F. RGB value is (98,17,47). Sum of RGB (Red+Green+Blue) = 98+17+47=162 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.49% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 98 - color contains mainly: red. Hex color #62112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62112F is #9DEED0. Grayscale: #2C2C2C. Windows color (decimal): -10350289 or 3084642. OLE color: 3084642.
HSL color Cylindrical-coordinate representation of color #62112F: hue angle of 337.78º 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 #62112F is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 17 | 47 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.62 |
| HSL | 337.78º | 0.7% | 0.23% | - |
| HSV(B) | 337.78º | 0.83% | 0.38% | - |
| XYZ | 5.75 | 3.2 | 3 | - |
| YUV | 44.64 | 129.34 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 47 | 0 | 0.83 | 0.52 | 0.62 | 337.78 | 0.7 | 0.23 |
| Hex | 62 | 11 | 2F | 0 | 53 | 34 | 3E | 152 | 46 | 17 |
| Octal | 142 | 21 | 57 | 0 | 123 | 64 | 76 | 522 | 106 | 27 |
| Binary | 1100010 | 10001 | 101111 | 0 | 1010011 | 110100 | 111110 | 101010010 | 1000110 | 10111 |
Color Harmonies of #62112F
Complementary color
Monochromatic Colors of #62112F
Black with #62112F
Text Example
Text Example
White with #62112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62112F; }
p { color: rgb(98,17,47); }
H1.HeaderClassName
{
color: #62112F;
}
.AnyTagClassName
{
color: #62112F;
}
</style>
background-color css
<style>
a { background-color: #62112F; }
a { background-color: rgb(98,17,47); }
div.DivClassName
{
background-color: #62112F;
}
.BgClassName
{
background-color: #62112F;
}
</style>
border-color css
<style>
span { border-color: #62112F; }
span { border-color: rgb(98,17,47); }
td.TdClassName
{
border-color: #62112F;
}
.TagClassName
{
border-color: #62112F;
}
</style>