Shades of Pohutukawa #610E10
Tints of Pohutukawa #610E10
RGB
CMYK
RGB Variations
Color information
#610E10 (or 0x610E10) is known color: Pohutukawa. HEX triplet: 61, 0E and 10. RGB value is (97,14,16). Sum of RGB (Red+Green+Blue) = 97+14+16=127 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.38% from 127); Green value is 14 (5.86% from 255 or 11.02% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 97 - color contains mainly: red. Hex color #610E10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610E10 is #9EF1EF. Grayscale: #272727. Windows color (decimal): -10416624 or 1052257. OLE color: 1052257.
HSL color Cylindrical-coordinate representation of color #610E10: hue angle of 358.55º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #610E10 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 14 | 16 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.62 |
| HSL | 358.55º | 0.75% | 0.22% | - |
| HSV(B) | 358.55º | 0.86% | 0.38% | - |
| XYZ | 5.18 | 2.89 | 0.78 | - |
| YUV | 39.05 | 115 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 14 | 16 | 0 | 0.86 | 0.84 | 0.62 | 358.55 | 0.75 | 0.22 |
| Hex | 61 | E | 10 | 0 | 56 | 54 | 3E | 167 | 4B | 16 |
| Octal | 141 | 16 | 20 | 0 | 126 | 124 | 76 | 547 | 113 | 26 |
| Binary | 1100001 | 1110 | 10000 | 0 | 1010110 | 1010100 | 111110 | 101100111 | 1001011 | 10110 |
Color Harmonies of #610E10
Complementary color
Monochromatic Colors of #610E10
Black with #610E10
Text Example
Text Example
White with #610E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610E10; }
p { color: rgb(97,14,16); }
H1.HeaderClassName
{
color: #610E10;
}
.AnyTagClassName
{
color: #610E10;
}
</style>
background-color css
<style>
a { background-color: #610E10; }
a { background-color: rgb(97,14,16); }
div.DivClassName
{
background-color: #610E10;
}
.BgClassName
{
background-color: #610E10;
}
</style>
border-color css
<style>
span { border-color: #610E10; }
span { border-color: rgb(97,14,16); }
td.TdClassName
{
border-color: #610E10;
}
.TagClassName
{
border-color: #610E10;
}
</style>