Shades of Black Rose #50242D
Tints of Black Rose #50242D
RGB
CMYK
RGB Variations
Color information
#50242D (or 0x50242D) is known color: Black Rose. HEX triplet: 50, 24 and 2D. RGB value is (80,36,45). Sum of RGB (Red+Green+Blue) = 80+36+45=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #50242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50242D is #AFDBD2. Grayscale: #323232. Windows color (decimal): -11525075 or 2958416. OLE color: 2958416.
HSL color Cylindrical-coordinate representation of color #50242D: hue angle of 347.73º 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 #50242D is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 36 | 45 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.69 |
| HSL | 347.73º | 0.38% | 0.23% | - |
| HSV(B) | 347.73º | 0.55% | 0.31% | - |
| XYZ | 4.41 | 3.16 | 2.86 | - |
| YUV | 50.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 36 | 45 | 0 | 0.55 | 0.44 | 0.69 | 347.73 | 0.38 | 0.23 |
| Hex | 50 | 24 | 2D | 0 | 37 | 2C | 45 | 15C | 26 | 17 |
| Octal | 120 | 44 | 55 | 0 | 67 | 54 | 105 | 534 | 46 | 27 |
| Binary | 1010000 | 100100 | 101101 | 0 | 110111 | 101100 | 1000101 | 101011100 | 100110 | 10111 |
Color Harmonies of #50242D
Complementary color
Monochromatic Colors of #50242D
Black with #50242D
Text Example
Text Example
White with #50242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50242D; }
p { color: rgb(80,36,45); }
H1.HeaderClassName
{
color: #50242D;
}
.AnyTagClassName
{
color: #50242D;
}
</style>
background-color css
<style>
a { background-color: #50242D; }
a { background-color: rgb(80,36,45); }
div.DivClassName
{
background-color: #50242D;
}
.BgClassName
{
background-color: #50242D;
}
</style>
border-color css
<style>
span { border-color: #50242D; }
span { border-color: rgb(80,36,45); }
td.TdClassName
{
border-color: #50242D;
}
.TagClassName
{
border-color: #50242D;
}
</style>