Shades of Black Rose #502835
Tints of Black Rose #502835
RGB
CMYK
RGB Variations
Color information
#502835 (or 0x502835) is known color: Black Rose. HEX triplet: 50, 28 and 35. RGB value is (80,40,53). Sum of RGB (Red+Green+Blue) = 80+40+53=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 53 (21.09% from 255 or 30.64% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #502835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502835 is #AFD7CA. Grayscale: #353535. Windows color (decimal): -11524043 or 3483728. OLE color: 3483728.
HSL color Cylindrical-coordinate representation of color #502835: hue angle of 340.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #502835 is Cyan = 0, Magento = 0.5, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 40 | 53 | - |
| CMYK | 0 | 0.5 | 0.34 | 0.69 |
| HSL | 340.5º | 0.33% | 0.24% | - |
| HSV(B) | 340.5º | 0.5% | 0.31% | - |
| XYZ | 4.71 | 3.48 | 3.79 | - |
| YUV | 53.44 | 127.75 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 40 | 53 | 0 | 0.5 | 0.34 | 0.69 | 340.5 | 0.33 | 0.24 |
| Hex | 50 | 28 | 35 | 0 | 32 | 22 | 45 | 154 | 21 | 18 |
| Octal | 120 | 50 | 65 | 0 | 62 | 42 | 105 | 524 | 41 | 30 |
| Binary | 1010000 | 101000 | 110101 | 0 | 110010 | 100010 | 1000101 | 101010100 | 100001 | 11000 |
Color Harmonies of #502835
Complementary color
Monochromatic Colors of #502835
Black with #502835
Text Example
Text Example
White with #502835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502835; }
p { color: rgb(80,40,53); }
H1.HeaderClassName
{
color: #502835;
}
.AnyTagClassName
{
color: #502835;
}
</style>
background-color css
<style>
a { background-color: #502835; }
a { background-color: rgb(80,40,53); }
div.DivClassName
{
background-color: #502835;
}
.BgClassName
{
background-color: #502835;
}
</style>
border-color css
<style>
span { border-color: #502835; }
span { border-color: rgb(80,40,53); }
td.TdClassName
{
border-color: #502835;
}
.TagClassName
{
border-color: #502835;
}
</style>