Shades of Pohutukawa #610A0B
Tints of Pohutukawa #610A0B
RGB
CMYK
RGB Variations
Color information
#610A0B (or 0x610A0B) is known color: Pohutukawa. HEX triplet: 61, 0A and 0B. RGB value is (97,10,11). Sum of RGB (Red+Green+Blue) = 97+10+11=118 (15% of max value = 765). Red value is 97 (38.28% from 255 or 82.20% from 118); Green value is 10 (4.30% from 255 or 8.47% from 118); Blue value is 11 (4.69% from 255 or 9.32% from 118); Max value from RGB is 97 - color contains mainly: red. Hex color #610A0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610A0B is #9EF5F4. Grayscale: #242424. Windows color (decimal): -10417653 or 723553. OLE color: 723553.
HSL color Cylindrical-coordinate representation of color #610A0B: hue angle of 359.31º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #610A0B is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 10 | 11 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.62 |
| HSL | 359.31º | 0.81% | 0.21% | - |
| HSV(B) | 359.31º | 0.9% | 0.38% | - |
| XYZ | 5.1 | 2.78 | 0.58 | - |
| YUV | 36.13 | 113.82 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 10 | 11 | 0 | 0.90 | 0.89 | 0.62 | 359.31 | 0.81 | 0.21 |
| Hex | 61 | A | B | 0 | 5A | 59 | 3E | 167 | 51 | 15 |
| Octal | 141 | 12 | 13 | 0 | 132 | 131 | 76 | 547 | 121 | 25 |
| Binary | 1100001 | 1010 | 1011 | 0 | 1011010 | 1011001 | 111110 | 101100111 | 1010001 | 10101 |
Color Harmonies of #610A0B
Complementary color
Monochromatic Colors of #610A0B
Black with #610A0B
Text Example
Text Example
White with #610A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610A0B; }
p { color: rgb(97,10,11); }
H1.HeaderClassName
{
color: #610A0B;
}
.AnyTagClassName
{
color: #610A0B;
}
</style>
background-color css
<style>
a { background-color: #610A0B; }
a { background-color: rgb(97,10,11); }
div.DivClassName
{
background-color: #610A0B;
}
.BgClassName
{
background-color: #610A0B;
}
</style>
border-color css
<style>
span { border-color: #610A0B; }
span { border-color: rgb(97,10,11); }
td.TdClassName
{
border-color: #610A0B;
}
.TagClassName
{
border-color: #610A0B;
}
</style>