Shades of Pohutukawa #591B27
Tints of Pohutukawa #591B27
RGB
CMYK
RGB Variations
Color information
#591B27 (or 0x591B27) is known color: Pohutukawa. HEX triplet: 59, 1B and 27. RGB value is (89,27,39). Sum of RGB (Red+Green+Blue) = 89+27+39=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #591B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591B27 is #A6E4D8. Grayscale: #2E2E2E. Windows color (decimal): -10937561 or 2562905. OLE color: 2562905.
HSL color Cylindrical-coordinate representation of color #591B27: hue angle of 348.39º 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 #591B27 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 27 | 39 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.65 |
| HSL | 348.39º | 0.53% | 0.23% | - |
| HSV(B) | 348.39º | 0.7% | 0.35% | - |
| XYZ | 4.88 | 3.05 | 2.25 | - |
| YUV | 46.91 | 123.54 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 39 | 0 | 0.70 | 0.56 | 0.65 | 348.39 | 0.53 | 0.23 |
| Hex | 59 | 1B | 27 | 0 | 46 | 38 | 41 | 15C | 35 | 17 |
| Octal | 131 | 33 | 47 | 0 | 106 | 70 | 101 | 534 | 65 | 27 |
| Binary | 1011001 | 11011 | 100111 | 0 | 1000110 | 111000 | 1000001 | 101011100 | 110101 | 10111 |
Color Harmonies of #591B27
Complementary color
Monochromatic Colors of #591B27
Black with #591B27
Text Example
Text Example
White with #591B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591B27; }
p { color: rgb(89,27,39); }
H1.HeaderClassName
{
color: #591B27;
}
.AnyTagClassName
{
color: #591B27;
}
</style>
background-color css
<style>
a { background-color: #591B27; }
a { background-color: rgb(89,27,39); }
div.DivClassName
{
background-color: #591B27;
}
.BgClassName
{
background-color: #591B27;
}
</style>
border-color css
<style>
span { border-color: #591B27; }
span { border-color: rgb(89,27,39); }
td.TdClassName
{
border-color: #591B27;
}
.TagClassName
{
border-color: #591B27;
}
</style>