Shades of Pohutukawa #591B2A
Tints of Pohutukawa #591B2A
RGB
CMYK
RGB Variations
Color information
#591B2A (or 0x591B2A) is known color: Pohutukawa. HEX triplet: 59, 1B and 2A. RGB value is (89,27,42). Sum of RGB (Red+Green+Blue) = 89+27+42=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 27 (10.94% from 255 or 17.09% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #591B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591B2A is #A6E4D5. Grayscale: #2F2F2F. Windows color (decimal): -10937558 or 2759513. OLE color: 2759513.
HSL color Cylindrical-coordinate representation of color #591B2A: hue angle of 345.48º 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 #591B2A is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 27 | 42 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.65 |
| HSL | 345.48º | 0.53% | 0.23% | - |
| HSV(B) | 345.48º | 0.7% | 0.35% | - |
| XYZ | 4.93 | 3.07 | 2.52 | - |
| YUV | 47.25 | 125.04 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 42 | 0 | 0.70 | 0.53 | 0.65 | 345.48 | 0.53 | 0.23 |
| Hex | 59 | 1B | 2A | 0 | 46 | 35 | 41 | 159 | 35 | 17 |
| Octal | 131 | 33 | 52 | 0 | 106 | 65 | 101 | 531 | 65 | 27 |
| Binary | 1011001 | 11011 | 101010 | 0 | 1000110 | 110101 | 1000001 | 101011001 | 110101 | 10111 |
Color Harmonies of #591B2A
Complementary color
Monochromatic Colors of #591B2A
Black with #591B2A
Text Example
Text Example
White with #591B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591B2A; }
p { color: rgb(89,27,42); }
H1.HeaderClassName
{
color: #591B2A;
}
.AnyTagClassName
{
color: #591B2A;
}
</style>
background-color css
<style>
a { background-color: #591B2A; }
a { background-color: rgb(89,27,42); }
div.DivClassName
{
background-color: #591B2A;
}
.BgClassName
{
background-color: #591B2A;
}
</style>
border-color css
<style>
span { border-color: #591B2A; }
span { border-color: rgb(89,27,42); }
td.TdClassName
{
border-color: #591B2A;
}
.TagClassName
{
border-color: #591B2A;
}
</style>