Shades of Black Rose #502231
Tints of Black Rose #502231
RGB
CMYK
RGB Variations
Color information
#502231 (or 0x502231) is known color: Black Rose. HEX triplet: 50, 22 and 31. RGB value is (80,34,49). Sum of RGB (Red+Green+Blue) = 80+34+49=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #502231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502231 is #AFDDCE. Grayscale: #313131. Windows color (decimal): -11525583 or 3220048. OLE color: 3220048.
HSL color Cylindrical-coordinate representation of color #502231: hue angle of 340.43º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #502231 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 34 | 49 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.69 |
| HSL | 340.43º | 0.4% | 0.22% | - |
| HSV(B) | 340.43º | 0.58% | 0.31% | - |
| XYZ | 4.43 | 3.07 | 3.26 | - |
| YUV | 49.46 | 127.74 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 34 | 49 | 0 | 0.58 | 0.39 | 0.69 | 340.43 | 0.4 | 0.22 |
| Hex | 50 | 22 | 31 | 0 | 3A | 27 | 45 | 154 | 28 | 16 |
| Octal | 120 | 42 | 61 | 0 | 72 | 47 | 105 | 524 | 50 | 26 |
| Binary | 1010000 | 100010 | 110001 | 0 | 111010 | 100111 | 1000101 | 101010100 | 101000 | 10110 |
Color Harmonies of #502231
Complementary color
Monochromatic Colors of #502231
Black with #502231
Text Example
Text Example
White with #502231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502231; }
p { color: rgb(80,34,49); }
H1.HeaderClassName
{
color: #502231;
}
.AnyTagClassName
{
color: #502231;
}
</style>
background-color css
<style>
a { background-color: #502231; }
a { background-color: rgb(80,34,49); }
div.DivClassName
{
background-color: #502231;
}
.BgClassName
{
background-color: #502231;
}
</style>
border-color css
<style>
span { border-color: #502231; }
span { border-color: rgb(80,34,49); }
td.TdClassName
{
border-color: #502231;
}
.TagClassName
{
border-color: #502231;
}
</style>