Shades of Pohutukawa #610B27
Tints of Pohutukawa #610B27
RGB
CMYK
RGB Variations
Color information
#610B27 (or 0x610B27) is known color: Pohutukawa. HEX triplet: 61, 0B and 27. RGB value is (97,11,39). Sum of RGB (Red+Green+Blue) = 97+11+39=147 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.99% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 97 - color contains mainly: red. Hex color #610B27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610B27 is #9EF4D8. Grayscale: #272727. Windows color (decimal): -10417369 or 2558817. OLE color: 2558817.
HSL color Cylindrical-coordinate representation of color #610B27: hue angle of 340.47º 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 #610B27 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 11 | 39 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.62 |
| HSL | 340.47º | 0.8% | 0.21% | - |
| HSV(B) | 340.47º | 0.89% | 0.38% | - |
| XYZ | 5.42 | 2.93 | 2.2 | - |
| YUV | 39.91 | 127.49 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 11 | 39 | 0 | 0.89 | 0.60 | 0.62 | 340.47 | 0.8 | 0.21 |
| Hex | 61 | B | 27 | 0 | 59 | 3C | 3E | 154 | 50 | 15 |
| Octal | 141 | 13 | 47 | 0 | 131 | 74 | 76 | 524 | 120 | 25 |
| Binary | 1100001 | 1011 | 100111 | 0 | 1011001 | 111100 | 111110 | 101010100 | 1010000 | 10101 |
Color Harmonies of #610B27
Complementary color
Monochromatic Colors of #610B27
Black with #610B27
Text Example
Text Example
White with #610B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610B27; }
p { color: rgb(97,11,39); }
H1.HeaderClassName
{
color: #610B27;
}
.AnyTagClassName
{
color: #610B27;
}
</style>
background-color css
<style>
a { background-color: #610B27; }
a { background-color: rgb(97,11,39); }
div.DivClassName
{
background-color: #610B27;
}
.BgClassName
{
background-color: #610B27;
}
</style>
border-color css
<style>
span { border-color: #610B27; }
span { border-color: rgb(97,11,39); }
td.TdClassName
{
border-color: #610B27;
}
.TagClassName
{
border-color: #610B27;
}
</style>