Shades of Pohutukawa #610F12
Tints of Pohutukawa #610F12
RGB
CMYK
RGB Variations
Color information
#610F12 (or 0x610F12) is known color: Pohutukawa. HEX triplet: 61, 0F and 12. RGB value is (97,15,18). Sum of RGB (Red+Green+Blue) = 97+15+18=130 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.62% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 97 - color contains mainly: red. Hex color #610F12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610F12 is #9EF0ED. Grayscale: #272727. Windows color (decimal): -10416366 or 1183585. OLE color: 1183585.
HSL color Cylindrical-coordinate representation of color #610F12: hue angle of 357.8º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #610F12 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 15 | 18 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.62 |
| HSL | 357.8º | 0.73% | 0.22% | - |
| HSV(B) | 357.8º | 0.85% | 0.38% | - |
| XYZ | 5.21 | 2.93 | 0.86 | - |
| YUV | 39.86 | 115.67 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 15 | 18 | 0 | 0.85 | 0.81 | 0.62 | 357.8 | 0.73 | 0.22 |
| Hex | 61 | F | 12 | 0 | 55 | 51 | 3E | 166 | 49 | 16 |
| Octal | 141 | 17 | 22 | 0 | 125 | 121 | 76 | 546 | 111 | 26 |
| Binary | 1100001 | 1111 | 10010 | 0 | 1010101 | 1010001 | 111110 | 101100110 | 1001001 | 10110 |
Color Harmonies of #610F12
Complementary color
Monochromatic Colors of #610F12
Black with #610F12
Text Example
Text Example
White with #610F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610F12; }
p { color: rgb(97,15,18); }
H1.HeaderClassName
{
color: #610F12;
}
.AnyTagClassName
{
color: #610F12;
}
</style>
background-color css
<style>
a { background-color: #610F12; }
a { background-color: rgb(97,15,18); }
div.DivClassName
{
background-color: #610F12;
}
.BgClassName
{
background-color: #610F12;
}
</style>
border-color css
<style>
span { border-color: #610F12; }
span { border-color: rgb(97,15,18); }
td.TdClassName
{
border-color: #610F12;
}
.TagClassName
{
border-color: #610F12;
}
</style>