Shades of Black Rose #59283D
Tints of Black Rose #59283D
RGB
CMYK
RGB Variations
Color information
#59283D (or 0x59283D) is known color: Black Rose. HEX triplet: 59, 28 and 3D. RGB value is (89,40,61). Sum of RGB (Red+Green+Blue) = 89+40+61=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #59283D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59283D is #A6D7C2. Grayscale: #393939. Windows color (decimal): -10934211 or 4008025. OLE color: 4008025.
HSL color Cylindrical-coordinate representation of color #59283D: hue angle of 334.29º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59283D is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 40 | 61 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.65 |
| HSL | 334.29º | 0.38% | 0.25% | - |
| HSV(B) | 334.29º | 0.55% | 0.35% | - |
| XYZ | 5.72 | 3.98 | 4.88 | - |
| YUV | 57.05 | 130.23 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 61 | 0 | 0.55 | 0.31 | 0.65 | 334.29 | 0.38 | 0.25 |
| Hex | 59 | 28 | 3D | 0 | 37 | 1F | 41 | 14E | 26 | 19 |
| Octal | 131 | 50 | 75 | 0 | 67 | 37 | 101 | 516 | 46 | 31 |
| Binary | 1011001 | 101000 | 111101 | 0 | 110111 | 11111 | 1000001 | 101001110 | 100110 | 11001 |
Color Harmonies of #59283D
Complementary color
Monochromatic Colors of #59283D
Black with #59283D
Text Example
Text Example
White with #59283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59283D; }
p { color: rgb(89,40,61); }
H1.HeaderClassName
{
color: #59283D;
}
.AnyTagClassName
{
color: #59283D;
}
</style>
background-color css
<style>
a { background-color: #59283D; }
a { background-color: rgb(89,40,61); }
div.DivClassName
{
background-color: #59283D;
}
.BgClassName
{
background-color: #59283D;
}
</style>
border-color css
<style>
span { border-color: #59283D; }
span { border-color: rgb(89,40,61); }
td.TdClassName
{
border-color: #59283D;
}
.TagClassName
{
border-color: #59283D;
}
</style>