Shades of Black Rose #502732
Tints of Black Rose #502732
RGB
CMYK
RGB Variations
Color information
#502732 (or 0x502732) is known color: Black Rose. HEX triplet: 50, 27 and 32. RGB value is (80,39,50). Sum of RGB (Red+Green+Blue) = 80+39+50=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #502732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502732 is #AFD8CD. Grayscale: #343434. Windows color (decimal): -11524302 or 3286864. OLE color: 3286864.
HSL color Cylindrical-coordinate representation of color #502732: hue angle of 343.9º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #502732 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 39 | 50 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.69 |
| HSL | 343.9º | 0.34% | 0.23% | - |
| HSV(B) | 343.9º | 0.51% | 0.31% | - |
| XYZ | 4.61 | 3.39 | 3.43 | - |
| YUV | 52.51 | 126.58 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 39 | 50 | 0 | 0.51 | 0.37 | 0.69 | 343.9 | 0.34 | 0.23 |
| Hex | 50 | 27 | 32 | 0 | 33 | 25 | 45 | 158 | 22 | 17 |
| Octal | 120 | 47 | 62 | 0 | 63 | 45 | 105 | 530 | 42 | 27 |
| Binary | 1010000 | 100111 | 110010 | 0 | 110011 | 100101 | 1000101 | 101011000 | 100010 | 10111 |
Color Harmonies of #502732
Complementary color
Monochromatic Colors of #502732
Black with #502732
Text Example
Text Example
White with #502732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502732; }
p { color: rgb(80,39,50); }
H1.HeaderClassName
{
color: #502732;
}
.AnyTagClassName
{
color: #502732;
}
</style>
background-color css
<style>
a { background-color: #502732; }
a { background-color: rgb(80,39,50); }
div.DivClassName
{
background-color: #502732;
}
.BgClassName
{
background-color: #502732;
}
</style>
border-color css
<style>
span { border-color: #502732; }
span { border-color: rgb(80,39,50); }
td.TdClassName
{
border-color: #502732;
}
.TagClassName
{
border-color: #502732;
}
</style>