Shades of Pohutukawa #610C28
Tints of Pohutukawa #610C28
RGB
CMYK
RGB Variations
Color information
#610C28 (or 0x610C28) is known color: Pohutukawa. HEX triplet: 61, 0C and 28. RGB value is (97,12,40). Sum of RGB (Red+Green+Blue) = 97+12+40=149 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.10% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 97 - color contains mainly: red. Hex color #610C28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610C28 is #9EF3D7. Grayscale: #282828. Windows color (decimal): -10417112 or 2624609. OLE color: 2624609.
HSL color Cylindrical-coordinate representation of color #610C28: hue angle of 340.24º 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 #610C28 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 12 | 40 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.62 |
| HSL | 340.24º | 0.78% | 0.21% | - |
| HSV(B) | 340.24º | 0.88% | 0.38% | - |
| XYZ | 5.44 | 2.96 | 2.29 | - |
| YUV | 40.61 | 127.66 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 12 | 40 | 0 | 0.88 | 0.59 | 0.62 | 340.24 | 0.78 | 0.21 |
| Hex | 61 | C | 28 | 0 | 58 | 3B | 3E | 154 | 4E | 15 |
| Octal | 141 | 14 | 50 | 0 | 130 | 73 | 76 | 524 | 116 | 25 |
| Binary | 1100001 | 1100 | 101000 | 0 | 1011000 | 111011 | 111110 | 101010100 | 1001110 | 10101 |
Color Harmonies of #610C28
Complementary color
Monochromatic Colors of #610C28
Black with #610C28
Text Example
Text Example
White with #610C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610C28; }
p { color: rgb(97,12,40); }
H1.HeaderClassName
{
color: #610C28;
}
.AnyTagClassName
{
color: #610C28;
}
</style>
background-color css
<style>
a { background-color: #610C28; }
a { background-color: rgb(97,12,40); }
div.DivClassName
{
background-color: #610C28;
}
.BgClassName
{
background-color: #610C28;
}
</style>
border-color css
<style>
span { border-color: #610C28; }
span { border-color: rgb(97,12,40); }
td.TdClassName
{
border-color: #610C28;
}
.TagClassName
{
border-color: #610C28;
}
</style>