Shades of Pohutukawa #591B28
Tints of Pohutukawa #591B28
RGB
CMYK
RGB Variations
Color information
#591B28 (or 0x591B28) is known color: Pohutukawa. HEX triplet: 59, 1B and 28. RGB value is (89,27,40). Sum of RGB (Red+Green+Blue) = 89+27+40=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #591B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591B28 is #A6E4D7. Grayscale: #2F2F2F. Windows color (decimal): -10937560 or 2628441. OLE color: 2628441.
HSL color Cylindrical-coordinate representation of color #591B28: hue angle of 347.42º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #591B28 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 27 | 40 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.65 |
| HSL | 347.42º | 0.53% | 0.23% | - |
| HSV(B) | 347.42º | 0.7% | 0.35% | - |
| XYZ | 4.89 | 3.06 | 2.34 | - |
| YUV | 47.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 40 | 0 | 0.70 | 0.55 | 0.65 | 347.42 | 0.53 | 0.23 |
| Hex | 59 | 1B | 28 | 0 | 46 | 37 | 41 | 15B | 35 | 17 |
| Octal | 131 | 33 | 50 | 0 | 106 | 67 | 101 | 533 | 65 | 27 |
| Binary | 1011001 | 11011 | 101000 | 0 | 1000110 | 110111 | 1000001 | 101011011 | 110101 | 10111 |
Color Harmonies of #591B28
Complementary color
Monochromatic Colors of #591B28
Black with #591B28
Text Example
Text Example
White with #591B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591B28; }
p { color: rgb(89,27,40); }
H1.HeaderClassName
{
color: #591B28;
}
.AnyTagClassName
{
color: #591B28;
}
</style>
background-color css
<style>
a { background-color: #591B28; }
a { background-color: rgb(89,27,40); }
div.DivClassName
{
background-color: #591B28;
}
.BgClassName
{
background-color: #591B28;
}
</style>
border-color css
<style>
span { border-color: #591B28; }
span { border-color: rgb(89,27,40); }
td.TdClassName
{
border-color: #591B28;
}
.TagClassName
{
border-color: #591B28;
}
</style>