Shades of Black Rose #502D39
Tints of Black Rose #502D39
RGB
CMYK
RGB Variations
Color information
#502D39 (or 0x502D39) is known color: Black Rose. HEX triplet: 50, 2D and 39. RGB value is (80,45,57). Sum of RGB (Red+Green+Blue) = 80+45+57=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 57 (22.66% from 255 or 31.32% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #502D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502D39 is #AFD2C6. Grayscale: #383838. Windows color (decimal): -11522759 or 3747152. OLE color: 3747152.
HSL color Cylindrical-coordinate representation of color #502D39: hue angle of 339.43º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #502D39 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 45 | 57 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.69 |
| HSL | 339.43º | 0.28% | 0.25% | - |
| HSV(B) | 339.43º | 0.44% | 0.31% | - |
| XYZ | 4.99 | 3.88 | 4.36 | - |
| YUV | 56.83 | 128.1 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 45 | 57 | 0 | 0.44 | 0.29 | 0.69 | 339.43 | 0.28 | 0.25 |
| Hex | 50 | 2D | 39 | 0 | 2C | 1D | 45 | 153 | 1C | 19 |
| Octal | 120 | 55 | 71 | 0 | 54 | 35 | 105 | 523 | 34 | 31 |
| Binary | 1010000 | 101101 | 111001 | 0 | 101100 | 11101 | 1000101 | 101010011 | 11100 | 11001 |
Color Harmonies of #502D39
Complementary color
Monochromatic Colors of #502D39
Black with #502D39
Text Example
Text Example
White with #502D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502D39; }
p { color: rgb(80,45,57); }
H1.HeaderClassName
{
color: #502D39;
}
.AnyTagClassName
{
color: #502D39;
}
</style>
background-color css
<style>
a { background-color: #502D39; }
a { background-color: rgb(80,45,57); }
div.DivClassName
{
background-color: #502D39;
}
.BgClassName
{
background-color: #502D39;
}
</style>
border-color css
<style>
span { border-color: #502D39; }
span { border-color: rgb(80,45,57); }
td.TdClassName
{
border-color: #502D39;
}
.TagClassName
{
border-color: #502D39;
}
</style>