Shades of Pohutukawa #610C26
Tints of Pohutukawa #610C26
RGB
CMYK
RGB Variations
Color information
#610C26 (or 0x610C26) is known color: Pohutukawa. HEX triplet: 61, 0C and 26. RGB value is (97,12,38). Sum of RGB (Red+Green+Blue) = 97+12+38=147 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.99% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 97 - color contains mainly: red. Hex color #610C26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610C26 is #9EF3D9. Grayscale: #282828. Windows color (decimal): -10417114 or 2493537. OLE color: 2493537.
HSL color Cylindrical-coordinate representation of color #610C26: hue angle of 341.65º 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 #610C26 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 12 | 38 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.62 |
| HSL | 341.65º | 0.78% | 0.21% | - |
| HSV(B) | 341.65º | 0.88% | 0.38% | - |
| XYZ | 5.41 | 2.94 | 2.12 | - |
| YUV | 40.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 12 | 38 | 0 | 0.88 | 0.61 | 0.62 | 341.65 | 0.78 | 0.21 |
| Hex | 61 | C | 26 | 0 | 58 | 3D | 3E | 156 | 4E | 15 |
| Octal | 141 | 14 | 46 | 0 | 130 | 75 | 76 | 526 | 116 | 25 |
| Binary | 1100001 | 1100 | 100110 | 0 | 1011000 | 111101 | 111110 | 101010110 | 1001110 | 10101 |
Color Harmonies of #610C26
Complementary color
Monochromatic Colors of #610C26
Black with #610C26
Text Example
Text Example
White with #610C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610C26; }
p { color: rgb(97,12,38); }
H1.HeaderClassName
{
color: #610C26;
}
.AnyTagClassName
{
color: #610C26;
}
</style>
background-color css
<style>
a { background-color: #610C26; }
a { background-color: rgb(97,12,38); }
div.DivClassName
{
background-color: #610C26;
}
.BgClassName
{
background-color: #610C26;
}
</style>
border-color css
<style>
span { border-color: #610C26; }
span { border-color: rgb(97,12,38); }
td.TdClassName
{
border-color: #610C26;
}
.TagClassName
{
border-color: #610C26;
}
</style>