Shades of Black Rose #5D2130
Tints of Black Rose #5D2130
RGB
CMYK
RGB Variations
Color information
#5D2130 (or 0x5D2130) is known color: Black Rose. HEX triplet: 5D, 21 and 30. RGB value is (93,33,48). Sum of RGB (Red+Green+Blue) = 93+33+48=174 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.45% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2130 is #A2DECF. Grayscale: #343434. Windows color (decimal): -10673872 or 3154269. OLE color: 3154269.
HSL color Cylindrical-coordinate representation of color #5D2130: hue angle of 345º 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 #5D2130 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 33 | 48 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.64 |
| HSL | 345º | 0.48% | 0.25% | - |
| HSV(B) | 345º | 0.65% | 0.36% | - |
| XYZ | 5.59 | 3.63 | 3.2 | - |
| YUV | 52.65 | 125.38 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 33 | 48 | 0 | 0.65 | 0.48 | 0.64 | 345 | 0.48 | 0.25 |
| Hex | 5D | 21 | 30 | 0 | 41 | 30 | 40 | 159 | 30 | 19 |
| Octal | 135 | 41 | 60 | 0 | 101 | 60 | 100 | 531 | 60 | 31 |
| Binary | 1011101 | 100001 | 110000 | 0 | 1000001 | 110000 | 1000000 | 101011001 | 110000 | 11001 |
Color Harmonies of #5D2130
Complementary color
Monochromatic Colors of #5D2130
Black with #5D2130
Text Example
Text Example
White with #5D2130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2130; }
p { color: rgb(93,33,48); }
H1.HeaderClassName
{
color: #5D2130;
}
.AnyTagClassName
{
color: #5D2130;
}
</style>
background-color css
<style>
a { background-color: #5D2130; }
a { background-color: rgb(93,33,48); }
div.DivClassName
{
background-color: #5D2130;
}
.BgClassName
{
background-color: #5D2130;
}
</style>
border-color css
<style>
span { border-color: #5D2130; }
span { border-color: rgb(93,33,48); }
td.TdClassName
{
border-color: #5D2130;
}
.TagClassName
{
border-color: #5D2130;
}
</style>