Shades of Pohutukawa #591D2A
Tints of Pohutukawa #591D2A
RGB
CMYK
RGB Variations
Color information
#591D2A (or 0x591D2A) is known color: Pohutukawa. HEX triplet: 59, 1D and 2A. RGB value is (89,29,42). Sum of RGB (Red+Green+Blue) = 89+29+42=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 29 (11.72% from 255 or 18.12% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #591D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591D2A is #A6E2D5. Grayscale: #303030. Windows color (decimal): -10937046 or 2760025. OLE color: 2760025.
HSL color Cylindrical-coordinate representation of color #591D2A: hue angle of 347º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #591D2A is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 29 | 42 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.65 |
| HSL | 347º | 0.51% | 0.23% | - |
| HSV(B) | 347º | 0.67% | 0.35% | - |
| XYZ | 4.98 | 3.17 | 2.54 | - |
| YUV | 48.42 | 124.38 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 42 | 0 | 0.67 | 0.53 | 0.65 | 347 | 0.51 | 0.23 |
| Hex | 59 | 1D | 2A | 0 | 43 | 35 | 41 | 15B | 33 | 17 |
| Octal | 131 | 35 | 52 | 0 | 103 | 65 | 101 | 533 | 63 | 27 |
| Binary | 1011001 | 11101 | 101010 | 0 | 1000011 | 110101 | 1000001 | 101011011 | 110011 | 10111 |
Color Harmonies of #591D2A
Complementary color
Monochromatic Colors of #591D2A
Black with #591D2A
Text Example
Text Example
White with #591D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591D2A; }
p { color: rgb(89,29,42); }
H1.HeaderClassName
{
color: #591D2A;
}
.AnyTagClassName
{
color: #591D2A;
}
</style>
background-color css
<style>
a { background-color: #591D2A; }
a { background-color: rgb(89,29,42); }
div.DivClassName
{
background-color: #591D2A;
}
.BgClassName
{
background-color: #591D2A;
}
</style>
border-color css
<style>
span { border-color: #591D2A; }
span { border-color: rgb(89,29,42); }
td.TdClassName
{
border-color: #591D2A;
}
.TagClassName
{
border-color: #591D2A;
}
</style>