Shades of Pohutukawa #610B28
Tints of Pohutukawa #610B28
RGB
CMYK
RGB Variations
Color information
#610B28 (or 0x610B28) is known color: Pohutukawa. HEX triplet: 61, 0B and 28. RGB value is (97,11,40). Sum of RGB (Red+Green+Blue) = 97+11+40=148 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.54% from 148); Green value is 11 (4.69% from 255 or 7.43% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 97 - color contains mainly: red. Hex color #610B28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610B28 is #9EF4D7. Grayscale: #272727. Windows color (decimal): -10417368 or 2624353. OLE color: 2624353.
HSL color Cylindrical-coordinate representation of color #610B28: hue angle of 339.77º 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 #610B28 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 11 | 40 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.62 |
| HSL | 339.77º | 0.8% | 0.21% | - |
| HSV(B) | 339.77º | 0.89% | 0.38% | - |
| XYZ | 5.43 | 2.93 | 2.29 | - |
| YUV | 40.02 | 127.99 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 11 | 40 | 0 | 0.89 | 0.59 | 0.62 | 339.77 | 0.8 | 0.21 |
| Hex | 61 | B | 28 | 0 | 59 | 3B | 3E | 154 | 50 | 15 |
| Octal | 141 | 13 | 50 | 0 | 131 | 73 | 76 | 524 | 120 | 25 |
| Binary | 1100001 | 1011 | 101000 | 0 | 1011001 | 111011 | 111110 | 101010100 | 1010000 | 10101 |
Color Harmonies of #610B28
Complementary color
Monochromatic Colors of #610B28
Black with #610B28
Text Example
Text Example
White with #610B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610B28; }
p { color: rgb(97,11,40); }
H1.HeaderClassName
{
color: #610B28;
}
.AnyTagClassName
{
color: #610B28;
}
</style>
background-color css
<style>
a { background-color: #610B28; }
a { background-color: rgb(97,11,40); }
div.DivClassName
{
background-color: #610B28;
}
.BgClassName
{
background-color: #610B28;
}
</style>
border-color css
<style>
span { border-color: #610B28; }
span { border-color: rgb(97,11,40); }
td.TdClassName
{
border-color: #610B28;
}
.TagClassName
{
border-color: #610B28;
}
</style>