Shades of Pohutukawa #62081D
Tints of Pohutukawa #62081D
RGB
CMYK
RGB Variations
Color information
#62081D (or 0x62081D) is known color: Pohutukawa. HEX triplet: 62, 08 and 1D. RGB value is (98,8,29). Sum of RGB (Red+Green+Blue) = 98+8+29=135 (17% of max value = 765). Red value is 98 (38.67% from 255 or 72.59% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 98 - color contains mainly: red. Hex color #62081D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62081D is #9DF7E2. Grayscale: #252525. Windows color (decimal): -10352611 or 1902690. OLE color: 1902690.
HSL color Cylindrical-coordinate representation of color #62081D: hue angle of 346º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #62081D is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 8 | 29 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.62 |
| HSL | 346º | 0.85% | 0.21% | - |
| HSV(B) | 346º | 0.92% | 0.38% | - |
| XYZ | 5.35 | 2.86 | 1.43 | - |
| YUV | 37.3 | 123.32 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 8 | 29 | 0 | 0.92 | 0.70 | 0.62 | 346 | 0.85 | 0.21 |
| Hex | 62 | 8 | 1D | 0 | 5C | 46 | 3E | 15A | 55 | 15 |
| Octal | 142 | 10 | 35 | 0 | 134 | 106 | 76 | 532 | 125 | 25 |
| Binary | 1100010 | 1000 | 11101 | 0 | 1011100 | 1000110 | 111110 | 101011010 | 1010101 | 10101 |
Color Harmonies of #62081D
Complementary color
Monochromatic Colors of #62081D
Black with #62081D
Text Example
Text Example
White with #62081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62081D; }
p { color: rgb(98,8,29); }
H1.HeaderClassName
{
color: #62081D;
}
.AnyTagClassName
{
color: #62081D;
}
</style>
background-color css
<style>
a { background-color: #62081D; }
a { background-color: rgb(98,8,29); }
div.DivClassName
{
background-color: #62081D;
}
.BgClassName
{
background-color: #62081D;
}
</style>
border-color css
<style>
span { border-color: #62081D; }
span { border-color: rgb(98,8,29); }
td.TdClassName
{
border-color: #62081D;
}
.TagClassName
{
border-color: #62081D;
}
</style>