Shades of Pohutukawa #591B2B
Tints of Pohutukawa #591B2B
RGB
CMYK
RGB Variations
Color information
#591B2B (or 0x591B2B) is known color: Pohutukawa. HEX triplet: 59, 1B and 2B. RGB value is (89,27,43). Sum of RGB (Red+Green+Blue) = 89+27+43=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #591B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591B2B is #A6E4D4. Grayscale: #2F2F2F. Windows color (decimal): -10937557 or 2825049. OLE color: 2825049.
HSL color Cylindrical-coordinate representation of color #591B2B: hue angle of 344.52º 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 #591B2B is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 27 | 43 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.65 |
| HSL | 344.52º | 0.53% | 0.23% | - |
| HSV(B) | 344.52º | 0.7% | 0.35% | - |
| XYZ | 4.95 | 3.08 | 2.62 | - |
| YUV | 47.36 | 125.54 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 43 | 0 | 0.70 | 0.52 | 0.65 | 344.52 | 0.53 | 0.23 |
| Hex | 59 | 1B | 2B | 0 | 46 | 34 | 41 | 159 | 35 | 17 |
| Octal | 131 | 33 | 53 | 0 | 106 | 64 | 101 | 531 | 65 | 27 |
| Binary | 1011001 | 11011 | 101011 | 0 | 1000110 | 110100 | 1000001 | 101011001 | 110101 | 10111 |
Color Harmonies of #591B2B
Complementary color
Monochromatic Colors of #591B2B
Black with #591B2B
Text Example
Text Example
White with #591B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591B2B; }
p { color: rgb(89,27,43); }
H1.HeaderClassName
{
color: #591B2B;
}
.AnyTagClassName
{
color: #591B2B;
}
</style>
background-color css
<style>
a { background-color: #591B2B; }
a { background-color: rgb(89,27,43); }
div.DivClassName
{
background-color: #591B2B;
}
.BgClassName
{
background-color: #591B2B;
}
</style>
border-color css
<style>
span { border-color: #591B2B; }
span { border-color: rgb(89,27,43); }
td.TdClassName
{
border-color: #591B2B;
}
.TagClassName
{
border-color: #591B2B;
}
</style>