Shades of Black Rose #5D2538
Tints of Black Rose #5D2538
RGB
CMYK
RGB Variations
Color information
#5D2538 (or 0x5D2538) is known color: Black Rose. HEX triplet: 5D, 25 and 38. RGB value is (93,37,56). Sum of RGB (Red+Green+Blue) = 93+37+56=186 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2538 is #A2DAC7. Grayscale: #373737. Windows color (decimal): -10672840 or 3679581. OLE color: 3679581.
HSL color Cylindrical-coordinate representation of color #5D2538: hue angle of 339.64º 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 #5D2538 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 37 | 56 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.64 |
| HSL | 339.64º | 0.43% | 0.25% | - |
| HSV(B) | 339.64º | 0.6% | 0.36% | - |
| XYZ | 5.89 | 3.94 | 4.19 | - |
| YUV | 55.91 | 128.05 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 37 | 56 | 0 | 0.60 | 0.40 | 0.64 | 339.64 | 0.43 | 0.25 |
| Hex | 5D | 25 | 38 | 0 | 3C | 28 | 40 | 154 | 2B | 19 |
| Octal | 135 | 45 | 70 | 0 | 74 | 50 | 100 | 524 | 53 | 31 |
| Binary | 1011101 | 100101 | 111000 | 0 | 111100 | 101000 | 1000000 | 101010100 | 101011 | 11001 |
Color Harmonies of #5D2538
Complementary color
Monochromatic Colors of #5D2538
Black with #5D2538
Text Example
Text Example
White with #5D2538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2538; }
p { color: rgb(93,37,56); }
H1.HeaderClassName
{
color: #5D2538;
}
.AnyTagClassName
{
color: #5D2538;
}
</style>
background-color css
<style>
a { background-color: #5D2538; }
a { background-color: rgb(93,37,56); }
div.DivClassName
{
background-color: #5D2538;
}
.BgClassName
{
background-color: #5D2538;
}
</style>
border-color css
<style>
span { border-color: #5D2538; }
span { border-color: rgb(93,37,56); }
td.TdClassName
{
border-color: #5D2538;
}
.TagClassName
{
border-color: #5D2538;
}
</style>