Shades of Black Rose #5D2134
Tints of Black Rose #5D2134
RGB
CMYK
RGB Variations
Color information
#5D2134 (or 0x5D2134) is known color: Black Rose. HEX triplet: 5D, 21 and 34. RGB value is (93,33,52). Sum of RGB (Red+Green+Blue) = 93+33+52=178 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.25% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 52 (20.70% from 255 or 29.21% from 178); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2134 is #A2DECB. Grayscale: #353535. Windows color (decimal): -10673868 or 3416413. OLE color: 3416413.
HSL color Cylindrical-coordinate representation of color #5D2134: hue angle of 341º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D2134 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 33 | 52 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.64 |
| HSL | 341º | 0.48% | 0.25% | - |
| HSV(B) | 341º | 0.65% | 0.36% | - |
| XYZ | 5.68 | 3.66 | 3.66 | - |
| YUV | 53.11 | 127.38 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 33 | 52 | 0 | 0.65 | 0.44 | 0.64 | 341 | 0.48 | 0.25 |
| Hex | 5D | 21 | 34 | 0 | 41 | 2C | 40 | 155 | 30 | 19 |
| Octal | 135 | 41 | 64 | 0 | 101 | 54 | 100 | 525 | 60 | 31 |
| Binary | 1011101 | 100001 | 110100 | 0 | 1000001 | 101100 | 1000000 | 101010101 | 110000 | 11001 |
Color Harmonies of #5D2134
Complementary color
Monochromatic Colors of #5D2134
Black with #5D2134
Text Example
Text Example
White with #5D2134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2134; }
p { color: rgb(93,33,52); }
H1.HeaderClassName
{
color: #5D2134;
}
.AnyTagClassName
{
color: #5D2134;
}
</style>
background-color css
<style>
a { background-color: #5D2134; }
a { background-color: rgb(93,33,52); }
div.DivClassName
{
background-color: #5D2134;
}
.BgClassName
{
background-color: #5D2134;
}
</style>
border-color css
<style>
span { border-color: #5D2134; }
span { border-color: rgb(93,33,52); }
td.TdClassName
{
border-color: #5D2134;
}
.TagClassName
{
border-color: #5D2134;
}
</style>