Shades of Pohutukawa #62050C
Tints of Pohutukawa #62050C
RGB
CMYK
RGB Variations
Color information
#62050C (or 0x62050C) is known color: Pohutukawa. HEX triplet: 62, 05 and 0C. RGB value is (98,5,12). Sum of RGB (Red+Green+Blue) = 98+5+12=115 (15% of max value = 765). Red value is 98 (38.67% from 255 or 85.22% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 98 - color contains mainly: red. Hex color #62050C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62050C is #9DFAF3. Grayscale: #212121. Windows color (decimal): -10353396 or 787810. OLE color: 787810.
HSL color Cylindrical-coordinate representation of color #62050C: hue angle of 355.48º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #62050C is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 5 | 12 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.62 |
| HSL | 355.48º | 0.9% | 0.2% | - |
| HSV(B) | 355.48º | 0.95% | 0.38% | - |
| XYZ | 5.16 | 2.73 | 0.6 | - |
| YUV | 33.61 | 115.81 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 5 | 12 | 0 | 0.95 | 0.88 | 0.62 | 355.48 | 0.9 | 0.2 |
| Hex | 62 | 5 | C | 0 | 5F | 58 | 3E | 163 | 5A | 14 |
| Octal | 142 | 5 | 14 | 0 | 137 | 130 | 76 | 543 | 132 | 24 |
| Binary | 1100010 | 101 | 1100 | 0 | 1011111 | 1011000 | 111110 | 101100011 | 1011010 | 10100 |
Color Harmonies of #62050C
Complementary color
Monochromatic Colors of #62050C
Black with #62050C
Text Example
Text Example
White with #62050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62050C; }
p { color: rgb(98,5,12); }
H1.HeaderClassName
{
color: #62050C;
}
.AnyTagClassName
{
color: #62050C;
}
</style>
background-color css
<style>
a { background-color: #62050C; }
a { background-color: rgb(98,5,12); }
div.DivClassName
{
background-color: #62050C;
}
.BgClassName
{
background-color: #62050C;
}
</style>
border-color css
<style>
span { border-color: #62050C; }
span { border-color: rgb(98,5,12); }
td.TdClassName
{
border-color: #62050C;
}
.TagClassName
{
border-color: #62050C;
}
</style>