Shades of Pohutukawa #591A28
Tints of Pohutukawa #591A28
RGB
CMYK
RGB Variations
Color information
#591A28 (or 0x591A28) is known color: Pohutukawa. HEX triplet: 59, 1A and 28. RGB value is (89,26,40). Sum of RGB (Red+Green+Blue) = 89+26+40=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #591A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591A28 is #A6E5D7. Grayscale: #2E2E2E. Windows color (decimal): -10937816 or 2628185. OLE color: 2628185.
HSL color Cylindrical-coordinate representation of color #591A28: hue angle of 346.67º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #591A28 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 26 | 40 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.65 |
| HSL | 346.67º | 0.55% | 0.23% | - |
| HSV(B) | 346.67º | 0.71% | 0.35% | - |
| XYZ | 4.87 | 3.02 | 2.33 | - |
| YUV | 46.43 | 124.37 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 40 | 0 | 0.71 | 0.55 | 0.65 | 346.67 | 0.55 | 0.23 |
| Hex | 59 | 1A | 28 | 0 | 47 | 37 | 41 | 15B | 37 | 17 |
| Octal | 131 | 32 | 50 | 0 | 107 | 67 | 101 | 533 | 67 | 27 |
| Binary | 1011001 | 11010 | 101000 | 0 | 1000111 | 110111 | 1000001 | 101011011 | 110111 | 10111 |
Color Harmonies of #591A28
Complementary color
Monochromatic Colors of #591A28
Black with #591A28
Text Example
Text Example
White with #591A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591A28; }
p { color: rgb(89,26,40); }
H1.HeaderClassName
{
color: #591A28;
}
.AnyTagClassName
{
color: #591A28;
}
</style>
background-color css
<style>
a { background-color: #591A28; }
a { background-color: rgb(89,26,40); }
div.DivClassName
{
background-color: #591A28;
}
.BgClassName
{
background-color: #591A28;
}
</style>
border-color css
<style>
span { border-color: #591A28; }
span { border-color: rgb(89,26,40); }
td.TdClassName
{
border-color: #591A28;
}
.TagClassName
{
border-color: #591A28;
}
</style>