Shades of Pohutukawa #610C11
Tints of Pohutukawa #610C11
RGB
CMYK
RGB Variations
Color information
#610C11 (or 0x610C11) is known color: Pohutukawa. HEX triplet: 61, 0C and 11. RGB value is (97,12,17). Sum of RGB (Red+Green+Blue) = 97+12+17=126 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.98% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 97 - color contains mainly: red. Hex color #610C11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610C11 is #9EF3EE. Grayscale: #262626. Windows color (decimal): -10417135 or 1117281. OLE color: 1117281.
HSL color Cylindrical-coordinate representation of color #610C11: hue angle of 356.47º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #610C11 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 12 | 17 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.62 |
| HSL | 356.47º | 0.78% | 0.21% | - |
| HSV(B) | 356.47º | 0.88% | 0.38% | - |
| XYZ | 5.16 | 2.84 | 0.81 | - |
| YUV | 37.99 | 116.16 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 12 | 17 | 0 | 0.88 | 0.82 | 0.62 | 356.47 | 0.78 | 0.21 |
| Hex | 61 | C | 11 | 0 | 58 | 52 | 3E | 164 | 4E | 15 |
| Octal | 141 | 14 | 21 | 0 | 130 | 122 | 76 | 544 | 116 | 25 |
| Binary | 1100001 | 1100 | 10001 | 0 | 1011000 | 1010010 | 111110 | 101100100 | 1001110 | 10101 |
Color Harmonies of #610C11
Complementary color
Monochromatic Colors of #610C11
Black with #610C11
Text Example
Text Example
White with #610C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610C11; }
p { color: rgb(97,12,17); }
H1.HeaderClassName
{
color: #610C11;
}
.AnyTagClassName
{
color: #610C11;
}
</style>
background-color css
<style>
a { background-color: #610C11; }
a { background-color: rgb(97,12,17); }
div.DivClassName
{
background-color: #610C11;
}
.BgClassName
{
background-color: #610C11;
}
</style>
border-color css
<style>
span { border-color: #610C11; }
span { border-color: rgb(97,12,17); }
td.TdClassName
{
border-color: #610C11;
}
.TagClassName
{
border-color: #610C11;
}
</style>