Shades of Pohutukawa #610D10
Tints of Pohutukawa #610D10
RGB
CMYK
RGB Variations
Color information
#610D10 (or 0x610D10) is known color: Pohutukawa. HEX triplet: 61, 0D and 10. RGB value is (97,13,16). Sum of RGB (Red+Green+Blue) = 97+13+16=126 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.98% from 126); Green value is 13 (5.47% from 255 or 10.32% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 97 - color contains mainly: red. Hex color #610D10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610D10 is #9EF2EF. Grayscale: #262626. Windows color (decimal): -10416880 or 1052001. OLE color: 1052001.
HSL color Cylindrical-coordinate representation of color #610D10: hue angle of 357.86º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #610D10 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 13 | 16 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.62 |
| HSL | 357.86º | 0.76% | 0.22% | - |
| HSV(B) | 357.86º | 0.87% | 0.38% | - |
| XYZ | 5.17 | 2.87 | 0.77 | - |
| YUV | 38.46 | 115.33 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 13 | 16 | 0 | 0.87 | 0.84 | 0.62 | 357.86 | 0.76 | 0.22 |
| Hex | 61 | D | 10 | 0 | 57 | 54 | 3E | 166 | 4C | 16 |
| Octal | 141 | 15 | 20 | 0 | 127 | 124 | 76 | 546 | 114 | 26 |
| Binary | 1100001 | 1101 | 10000 | 0 | 1010111 | 1010100 | 111110 | 101100110 | 1001100 | 10110 |
Color Harmonies of #610D10
Complementary color
Monochromatic Colors of #610D10
Black with #610D10
Text Example
Text Example
White with #610D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610D10; }
p { color: rgb(97,13,16); }
H1.HeaderClassName
{
color: #610D10;
}
.AnyTagClassName
{
color: #610D10;
}
</style>
background-color css
<style>
a { background-color: #610D10; }
a { background-color: rgb(97,13,16); }
div.DivClassName
{
background-color: #610D10;
}
.BgClassName
{
background-color: #610D10;
}
</style>
border-color css
<style>
span { border-color: #610D10; }
span { border-color: rgb(97,13,16); }
td.TdClassName
{
border-color: #610D10;
}
.TagClassName
{
border-color: #610D10;
}
</style>