Shades of Black Rose #5D2535
Tints of Black Rose #5D2535
RGB
CMYK
RGB Variations
Color information
#5D2535 (or 0x5D2535) is known color: Black Rose. HEX triplet: 5D, 25 and 35. RGB value is (93,37,53). Sum of RGB (Red+Green+Blue) = 93+37+53=183 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50.82% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2535 is #A2DACA. Grayscale: #373737. Windows color (decimal): -10672843 or 3482973. OLE color: 3482973.
HSL color Cylindrical-coordinate representation of color #5D2535: hue angle of 342.86º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D2535 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 37 | 53 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.64 |
| HSL | 342.86º | 0.43% | 0.25% | - |
| HSV(B) | 342.86º | 0.6% | 0.36% | - |
| XYZ | 5.82 | 3.91 | 3.82 | - |
| YUV | 55.57 | 126.55 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 37 | 53 | 0 | 0.60 | 0.43 | 0.64 | 342.86 | 0.43 | 0.25 |
| Hex | 5D | 25 | 35 | 0 | 3C | 2B | 40 | 157 | 2B | 19 |
| Octal | 135 | 45 | 65 | 0 | 74 | 53 | 100 | 527 | 53 | 31 |
| Binary | 1011101 | 100101 | 110101 | 0 | 111100 | 101011 | 1000000 | 101010111 | 101011 | 11001 |
Color Harmonies of #5D2535
Complementary color
Monochromatic Colors of #5D2535
Black with #5D2535
Text Example
Text Example
White with #5D2535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2535; }
p { color: rgb(93,37,53); }
H1.HeaderClassName
{
color: #5D2535;
}
.AnyTagClassName
{
color: #5D2535;
}
</style>
background-color css
<style>
a { background-color: #5D2535; }
a { background-color: rgb(93,37,53); }
div.DivClassName
{
background-color: #5D2535;
}
.BgClassName
{
background-color: #5D2535;
}
</style>
border-color css
<style>
span { border-color: #5D2535; }
span { border-color: rgb(93,37,53); }
td.TdClassName
{
border-color: #5D2535;
}
.TagClassName
{
border-color: #5D2535;
}
</style>