Shades of Black Rose #5D2635
Tints of Black Rose #5D2635
RGB
CMYK
RGB Variations
Color information
#5D2635 (or 0x5D2635) is known color: Black Rose. HEX triplet: 5D, 26 and 35. RGB value is (93,38,53). Sum of RGB (Red+Green+Blue) = 93+38+53=184 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50.54% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2635 is #A2D9CA. Grayscale: #383838. Windows color (decimal): -10672587 or 3483229. OLE color: 3483229.
HSL color Cylindrical-coordinate representation of color #5D2635: hue angle of 343.64º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D2635 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 38 | 53 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.64 |
| HSL | 343.64º | 0.42% | 0.26% | - |
| HSV(B) | 343.64º | 0.59% | 0.36% | - |
| XYZ | 5.85 | 3.97 | 3.83 | - |
| YUV | 56.16 | 126.22 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 38 | 53 | 0 | 0.59 | 0.43 | 0.64 | 343.64 | 0.42 | 0.26 |
| Hex | 5D | 26 | 35 | 0 | 3B | 2B | 40 | 158 | 2A | 1A |
| Octal | 135 | 46 | 65 | 0 | 73 | 53 | 100 | 530 | 52 | 32 |
| Binary | 1011101 | 100110 | 110101 | 0 | 111011 | 101011 | 1000000 | 101011000 | 101010 | 11010 |
Color Harmonies of #5D2635
Complementary color
Monochromatic Colors of #5D2635
Black with #5D2635
Text Example
Text Example
White with #5D2635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2635; }
p { color: rgb(93,38,53); }
H1.HeaderClassName
{
color: #5D2635;
}
.AnyTagClassName
{
color: #5D2635;
}
</style>
background-color css
<style>
a { background-color: #5D2635; }
a { background-color: rgb(93,38,53); }
div.DivClassName
{
background-color: #5D2635;
}
.BgClassName
{
background-color: #5D2635;
}
</style>
border-color css
<style>
span { border-color: #5D2635; }
span { border-color: rgb(93,38,53); }
td.TdClassName
{
border-color: #5D2635;
}
.TagClassName
{
border-color: #5D2635;
}
</style>