Shades of Pohutukawa #610A18
Tints of Pohutukawa #610A18
RGB
CMYK
RGB Variations
Color information
#610A18 (or 0x610A18) is known color: Pohutukawa. HEX triplet: 61, 0A and 18. RGB value is (97,10,24). Sum of RGB (Red+Green+Blue) = 97+10+24=131 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.05% from 131); Green value is 10 (4.30% from 255 or 7.63% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 97 - color contains mainly: red. Hex color #610A18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610A18 is #9EF5E7. Grayscale: #252525. Windows color (decimal): -10417640 or 1575521. OLE color: 1575521.
HSL color Cylindrical-coordinate representation of color #610A18: hue angle of 350.34º 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 #610A18 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 10 | 24 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.62 |
| HSL | 350.34º | 0.81% | 0.21% | - |
| HSV(B) | 350.34º | 0.9% | 0.38% | - |
| XYZ | 5.2 | 2.82 | 1.14 | - |
| YUV | 37.61 | 120.32 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 10 | 24 | 0 | 0.90 | 0.75 | 0.62 | 350.34 | 0.81 | 0.21 |
| Hex | 61 | A | 18 | 0 | 5A | 4B | 3E | 15E | 51 | 15 |
| Octal | 141 | 12 | 30 | 0 | 132 | 113 | 76 | 536 | 121 | 25 |
| Binary | 1100001 | 1010 | 11000 | 0 | 1011010 | 1001011 | 111110 | 101011110 | 1010001 | 10101 |
Color Harmonies of #610A18
Complementary color
Monochromatic Colors of #610A18
Black with #610A18
Text Example
Text Example
White with #610A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610A18; }
p { color: rgb(97,10,24); }
H1.HeaderClassName
{
color: #610A18;
}
.AnyTagClassName
{
color: #610A18;
}
</style>
background-color css
<style>
a { background-color: #610A18; }
a { background-color: rgb(97,10,24); }
div.DivClassName
{
background-color: #610A18;
}
.BgClassName
{
background-color: #610A18;
}
</style>
border-color css
<style>
span { border-color: #610A18; }
span { border-color: rgb(97,10,24); }
td.TdClassName
{
border-color: #610A18;
}
.TagClassName
{
border-color: #610A18;
}
</style>