Shades of Pohutukawa #591C2B
Tints of Pohutukawa #591C2B
RGB
CMYK
RGB Variations
Color information
#591C2B (or 0x591C2B) is known color: Pohutukawa. HEX triplet: 59, 1C and 2B. RGB value is (89,28,43). Sum of RGB (Red+Green+Blue) = 89+28+43=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #591C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591C2B is #A6E3D4. Grayscale: #2F2F2F. Windows color (decimal): -10937301 or 2825305. OLE color: 2825305.
HSL color Cylindrical-coordinate representation of color #591C2B: hue angle of 345.25º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #591C2B is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 28 | 43 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.65 |
| HSL | 345.25º | 0.52% | 0.23% | - |
| HSV(B) | 345.25º | 0.69% | 0.35% | - |
| XYZ | 4.97 | 3.13 | 2.63 | - |
| YUV | 47.95 | 125.21 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 43 | 0 | 0.69 | 0.52 | 0.65 | 345.25 | 0.52 | 0.23 |
| Hex | 59 | 1C | 2B | 0 | 45 | 34 | 41 | 159 | 34 | 17 |
| Octal | 131 | 34 | 53 | 0 | 105 | 64 | 101 | 531 | 64 | 27 |
| Binary | 1011001 | 11100 | 101011 | 0 | 1000101 | 110100 | 1000001 | 101011001 | 110100 | 10111 |
Color Harmonies of #591C2B
Complementary color
Monochromatic Colors of #591C2B
Black with #591C2B
Text Example
Text Example
White with #591C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591C2B; }
p { color: rgb(89,28,43); }
H1.HeaderClassName
{
color: #591C2B;
}
.AnyTagClassName
{
color: #591C2B;
}
</style>
background-color css
<style>
a { background-color: #591C2B; }
a { background-color: rgb(89,28,43); }
div.DivClassName
{
background-color: #591C2B;
}
.BgClassName
{
background-color: #591C2B;
}
</style>
border-color css
<style>
span { border-color: #591C2B; }
span { border-color: rgb(89,28,43); }
td.TdClassName
{
border-color: #591C2B;
}
.TagClassName
{
border-color: #591C2B;
}
</style>