Shades of Black Rose #591C30
Tints of Black Rose #591C30
RGB
CMYK
RGB Variations
Color information
#591C30 (or 0x591C30) is known color: Black Rose. HEX triplet: 59, 1C and 30. RGB value is (89,28,48). Sum of RGB (Red+Green+Blue) = 89+28+48=165 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.94% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 89 - color contains mainly: red. Hex color #591C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591C30 is #A6E3CF. Grayscale: #303030. Windows color (decimal): -10937296 or 3152985. OLE color: 3152985.
HSL color Cylindrical-coordinate representation of color #591C30: hue angle of 340.33º 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 #591C30 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 28 | 48 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.65 |
| HSL | 340.33º | 0.52% | 0.23% | - |
| HSV(B) | 340.33º | 0.69% | 0.35% | - |
| XYZ | 5.07 | 3.17 | 3.14 | - |
| YUV | 48.52 | 127.71 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 48 | 0 | 0.69 | 0.46 | 0.65 | 340.33 | 0.52 | 0.23 |
| Hex | 59 | 1C | 30 | 0 | 45 | 2E | 41 | 154 | 34 | 17 |
| Octal | 131 | 34 | 60 | 0 | 105 | 56 | 101 | 524 | 64 | 27 |
| Binary | 1011001 | 11100 | 110000 | 0 | 1000101 | 101110 | 1000001 | 101010100 | 110100 | 10111 |
Color Harmonies of #591C30
Complementary color
Monochromatic Colors of #591C30
Black with #591C30
Text Example
Text Example
White with #591C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591C30; }
p { color: rgb(89,28,48); }
H1.HeaderClassName
{
color: #591C30;
}
.AnyTagClassName
{
color: #591C30;
}
</style>
background-color css
<style>
a { background-color: #591C30; }
a { background-color: rgb(89,28,48); }
div.DivClassName
{
background-color: #591C30;
}
.BgClassName
{
background-color: #591C30;
}
</style>
border-color css
<style>
span { border-color: #591C30; }
span { border-color: rgb(89,28,48); }
td.TdClassName
{
border-color: #591C30;
}
.TagClassName
{
border-color: #591C30;
}
</style>