Shades of Pohutukawa #610B0C
Tints of Pohutukawa #610B0C
RGB
CMYK
RGB Variations
Color information
#610B0C (or 0x610B0C) is known color: Pohutukawa. HEX triplet: 61, 0B and 0C. RGB value is (97,11,12). Sum of RGB (Red+Green+Blue) = 97+11+12=120 (15% of max value = 765). Red value is 97 (38.28% from 255 or 80.83% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 97 - color contains mainly: red. Hex color #610B0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610B0C is #9EF4F3. Grayscale: #242424. Windows color (decimal): -10417396 or 789345. OLE color: 789345.
HSL color Cylindrical-coordinate representation of color #610B0C: hue angle of 359.3º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #610B0C is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 11 | 12 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.62 |
| HSL | 359.3º | 0.8% | 0.21% | - |
| HSV(B) | 359.3º | 0.89% | 0.38% | - |
| XYZ | 5.12 | 2.81 | 0.62 | - |
| YUV | 36.83 | 113.99 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 11 | 12 | 0 | 0.89 | 0.88 | 0.62 | 359.3 | 0.8 | 0.21 |
| Hex | 61 | B | C | 0 | 59 | 58 | 3E | 167 | 50 | 15 |
| Octal | 141 | 13 | 14 | 0 | 131 | 130 | 76 | 547 | 120 | 25 |
| Binary | 1100001 | 1011 | 1100 | 0 | 1011001 | 1011000 | 111110 | 101100111 | 1010000 | 10101 |
Color Harmonies of #610B0C
Complementary color
Monochromatic Colors of #610B0C
Black with #610B0C
Text Example
Text Example
White with #610B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610B0C; }
p { color: rgb(97,11,12); }
H1.HeaderClassName
{
color: #610B0C;
}
.AnyTagClassName
{
color: #610B0C;
}
</style>
background-color css
<style>
a { background-color: #610B0C; }
a { background-color: rgb(97,11,12); }
div.DivClassName
{
background-color: #610B0C;
}
.BgClassName
{
background-color: #610B0C;
}
</style>
border-color css
<style>
span { border-color: #610B0C; }
span { border-color: rgb(97,11,12); }
td.TdClassName
{
border-color: #610B0C;
}
.TagClassName
{
border-color: #610B0C;
}
</style>