Shades of Black Rose #592B40
Tints of Black Rose #592B40
RGB
CMYK
RGB Variations
Color information
#592B40 (or 0x592B40) is known color: Black Rose. HEX triplet: 59, 2B and 40. RGB value is (89,43,64). Sum of RGB (Red+Green+Blue) = 89+43+64=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 89 - color contains mainly: red. Hex color #592B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592B40 is #A6D4BF. Grayscale: #3B3B3B. Windows color (decimal): -10933440 or 4205401. OLE color: 4205401.
HSL color Cylindrical-coordinate representation of color #592B40: hue angle of 332.61º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #592B40 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 43 | 64 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.65 |
| HSL | 332.61º | 0.35% | 0.26% | - |
| HSV(B) | 332.61º | 0.52% | 0.35% | - |
| XYZ | 5.91 | 4.22 | 5.35 | - |
| YUV | 59.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 43 | 64 | 0 | 0.52 | 0.28 | 0.65 | 332.61 | 0.35 | 0.26 |
| Hex | 59 | 2B | 40 | 0 | 34 | 1C | 41 | 14D | 23 | 1A |
| Octal | 131 | 53 | 100 | 0 | 64 | 34 | 101 | 515 | 43 | 32 |
| Binary | 1011001 | 101011 | 1000000 | 0 | 110100 | 11100 | 1000001 | 101001101 | 100011 | 11010 |
Color Harmonies of #592B40
Complementary color
Monochromatic Colors of #592B40
Black with #592B40
Text Example
Text Example
White with #592B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592B40; }
p { color: rgb(89,43,64); }
H1.HeaderClassName
{
color: #592B40;
}
.AnyTagClassName
{
color: #592B40;
}
</style>
background-color css
<style>
a { background-color: #592B40; }
a { background-color: rgb(89,43,64); }
div.DivClassName
{
background-color: #592B40;
}
.BgClassName
{
background-color: #592B40;
}
</style>
border-color css
<style>
span { border-color: #592B40; }
span { border-color: rgb(89,43,64); }
td.TdClassName
{
border-color: #592B40;
}
.TagClassName
{
border-color: #592B40;
}
</style>