Shades of Black Rose #50232D
Tints of Black Rose #50232D
RGB
CMYK
RGB Variations
Color information
#50232D (or 0x50232D) is known color: Black Rose. HEX triplet: 50, 23 and 2D. RGB value is (80,35,45). Sum of RGB (Red+Green+Blue) = 80+35+45=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #50232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50232D is #AFDCD2. Grayscale: #313131. Windows color (decimal): -11525331 or 2958160. OLE color: 2958160.
HSL color Cylindrical-coordinate representation of color #50232D: hue angle of 346.67º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50232D is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 35 | 45 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.69 |
| HSL | 346.67º | 0.39% | 0.23% | - |
| HSV(B) | 346.67º | 0.56% | 0.31% | - |
| XYZ | 4.38 | 3.1 | 2.85 | - |
| YUV | 49.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 35 | 45 | 0 | 0.56 | 0.44 | 0.69 | 346.67 | 0.39 | 0.23 |
| Hex | 50 | 23 | 2D | 0 | 38 | 2C | 45 | 15B | 27 | 17 |
| Octal | 120 | 43 | 55 | 0 | 70 | 54 | 105 | 533 | 47 | 27 |
| Binary | 1010000 | 100011 | 101101 | 0 | 111000 | 101100 | 1000101 | 101011011 | 100111 | 10111 |
Color Harmonies of #50232D
Complementary color
Monochromatic Colors of #50232D
Black with #50232D
Text Example
Text Example
White with #50232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50232D; }
p { color: rgb(80,35,45); }
H1.HeaderClassName
{
color: #50232D;
}
.AnyTagClassName
{
color: #50232D;
}
</style>
background-color css
<style>
a { background-color: #50232D; }
a { background-color: rgb(80,35,45); }
div.DivClassName
{
background-color: #50232D;
}
.BgClassName
{
background-color: #50232D;
}
</style>
border-color css
<style>
span { border-color: #50232D; }
span { border-color: rgb(80,35,45); }
td.TdClassName
{
border-color: #50232D;
}
.TagClassName
{
border-color: #50232D;
}
</style>