Shades of Black Rose #502435
Tints of Black Rose #502435
RGB
CMYK
RGB Variations
Color information
#502435 (or 0x502435) is known color: Black Rose. HEX triplet: 50, 24 and 35. RGB value is (80,36,53). Sum of RGB (Red+Green+Blue) = 80+36+53=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #502435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502435 is #AFDBCA. Grayscale: #333333. Windows color (decimal): -11525067 or 3482704. OLE color: 3482704.
HSL color Cylindrical-coordinate representation of color #502435: hue angle of 336.82º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #502435 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 36 | 53 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.69 |
| HSL | 336.82º | 0.38% | 0.23% | - |
| HSV(B) | 336.82º | 0.55% | 0.31% | - |
| XYZ | 4.58 | 3.22 | 3.75 | - |
| YUV | 51.09 | 129.08 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 36 | 53 | 0 | 0.55 | 0.34 | 0.69 | 336.82 | 0.38 | 0.23 |
| Hex | 50 | 24 | 35 | 0 | 37 | 22 | 45 | 151 | 26 | 17 |
| Octal | 120 | 44 | 65 | 0 | 67 | 42 | 105 | 521 | 46 | 27 |
| Binary | 1010000 | 100100 | 110101 | 0 | 110111 | 100010 | 1000101 | 101010001 | 100110 | 10111 |
Color Harmonies of #502435
Complementary color
Monochromatic Colors of #502435
Black with #502435
Text Example
Text Example
White with #502435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502435; }
p { color: rgb(80,36,53); }
H1.HeaderClassName
{
color: #502435;
}
.AnyTagClassName
{
color: #502435;
}
</style>
background-color css
<style>
a { background-color: #502435; }
a { background-color: rgb(80,36,53); }
div.DivClassName
{
background-color: #502435;
}
.BgClassName
{
background-color: #502435;
}
</style>
border-color css
<style>
span { border-color: #502435; }
span { border-color: rgb(80,36,53); }
td.TdClassName
{
border-color: #502435;
}
.TagClassName
{
border-color: #502435;
}
</style>