Shades of Pohutukawa #62111D
Tints of Pohutukawa #62111D
RGB
CMYK
RGB Variations
Color information
#62111D (or 0x62111D) is known color: Pohutukawa. HEX triplet: 62, 11 and 1D. RGB value is (98,17,29). Sum of RGB (Red+Green+Blue) = 98+17+29=144 (19% of max value = 765). Red value is 98 (38.67% from 255 or 68.06% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 98 - color contains mainly: red. Hex color #62111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62111D is #9DEEE2. Grayscale: #2A2A2A. Windows color (decimal): -10350307 or 1904994. OLE color: 1904994.
HSL color Cylindrical-coordinate representation of color #62111D: hue angle of 351.11º 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 #62111D is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 17 | 29 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.62 |
| HSL | 351.11º | 0.7% | 0.23% | - |
| HSV(B) | 351.11º | 0.83% | 0.38% | - |
| XYZ | 5.46 | 3.09 | 1.47 | - |
| YUV | 42.59 | 120.34 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 29 | 0 | 0.83 | 0.70 | 0.62 | 351.11 | 0.7 | 0.23 |
| Hex | 62 | 11 | 1D | 0 | 53 | 46 | 3E | 15F | 46 | 17 |
| Octal | 142 | 21 | 35 | 0 | 123 | 106 | 76 | 537 | 106 | 27 |
| Binary | 1100010 | 10001 | 11101 | 0 | 1010011 | 1000110 | 111110 | 101011111 | 1000110 | 10111 |
Color Harmonies of #62111D
Complementary color
Monochromatic Colors of #62111D
Black with #62111D
Text Example
Text Example
White with #62111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62111D; }
p { color: rgb(98,17,29); }
H1.HeaderClassName
{
color: #62111D;
}
.AnyTagClassName
{
color: #62111D;
}
</style>
background-color css
<style>
a { background-color: #62111D; }
a { background-color: rgb(98,17,29); }
div.DivClassName
{
background-color: #62111D;
}
.BgClassName
{
background-color: #62111D;
}
</style>
border-color css
<style>
span { border-color: #62111D; }
span { border-color: rgb(98,17,29); }
td.TdClassName
{
border-color: #62111D;
}
.TagClassName
{
border-color: #62111D;
}
</style>