Shades of Black Rose #502132
Tints of Black Rose #502132
RGB
CMYK
RGB Variations
Color information
#502132 (or 0x502132) is known color: Black Rose. HEX triplet: 50, 21 and 32. RGB value is (80,33,50). Sum of RGB (Red+Green+Blue) = 80+33+50=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #502132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502132 is #AFDECD. Grayscale: #303030. Windows color (decimal): -11525838 or 3285328. OLE color: 3285328.
HSL color Cylindrical-coordinate representation of color #502132: hue angle of 338.3º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #502132 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 33 | 50 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.69 |
| HSL | 338.3º | 0.42% | 0.22% | - |
| HSV(B) | 338.3º | 0.59% | 0.31% | - |
| XYZ | 4.43 | 3.02 | 3.37 | - |
| YUV | 48.99 | 128.57 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 50 | 0 | 0.59 | 0.37 | 0.69 | 338.3 | 0.42 | 0.22 |
| Hex | 50 | 21 | 32 | 0 | 3B | 25 | 45 | 152 | 2A | 16 |
| Octal | 120 | 41 | 62 | 0 | 73 | 45 | 105 | 522 | 52 | 26 |
| Binary | 1010000 | 100001 | 110010 | 0 | 111011 | 100101 | 1000101 | 101010010 | 101010 | 10110 |
Color Harmonies of #502132
Complementary color
Monochromatic Colors of #502132
Black with #502132
Text Example
Text Example
White with #502132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502132; }
p { color: rgb(80,33,50); }
H1.HeaderClassName
{
color: #502132;
}
.AnyTagClassName
{
color: #502132;
}
</style>
background-color css
<style>
a { background-color: #502132; }
a { background-color: rgb(80,33,50); }
div.DivClassName
{
background-color: #502132;
}
.BgClassName
{
background-color: #502132;
}
</style>
border-color css
<style>
span { border-color: #502132; }
span { border-color: rgb(80,33,50); }
td.TdClassName
{
border-color: #502132;
}
.TagClassName
{
border-color: #502132;
}
</style>