Shades of Black Rose #50222E
Tints of Black Rose #50222E
RGB
CMYK
RGB Variations
Color information
#50222E (or 0x50222E) is known color: Black Rose. HEX triplet: 50, 22 and 2E. RGB value is (80,34,46). Sum of RGB (Red+Green+Blue) = 80+34+46=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #50222E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50222E is #AFDDD1. Grayscale: #313131. Windows color (decimal): -11525586 or 3023440. OLE color: 3023440.
HSL color Cylindrical-coordinate representation of color #50222E: hue angle of 344.35º 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 #50222E is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 34 | 46 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.69 |
| HSL | 344.35º | 0.4% | 0.22% | - |
| HSV(B) | 344.35º | 0.58% | 0.31% | - |
| XYZ | 4.37 | 3.05 | 2.94 | - |
| YUV | 49.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 34 | 46 | 0 | 0.58 | 0.42 | 0.69 | 344.35 | 0.4 | 0.22 |
| Hex | 50 | 22 | 2E | 0 | 3A | 2A | 45 | 158 | 28 | 16 |
| Octal | 120 | 42 | 56 | 0 | 72 | 52 | 105 | 530 | 50 | 26 |
| Binary | 1010000 | 100010 | 101110 | 0 | 111010 | 101010 | 1000101 | 101011000 | 101000 | 10110 |
Color Harmonies of #50222E
Complementary color
Monochromatic Colors of #50222E
Black with #50222E
Text Example
Text Example
White with #50222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50222E; }
p { color: rgb(80,34,46); }
H1.HeaderClassName
{
color: #50222E;
}
.AnyTagClassName
{
color: #50222E;
}
</style>
background-color css
<style>
a { background-color: #50222E; }
a { background-color: rgb(80,34,46); }
div.DivClassName
{
background-color: #50222E;
}
.BgClassName
{
background-color: #50222E;
}
</style>
border-color css
<style>
span { border-color: #50222E; }
span { border-color: rgb(80,34,46); }
td.TdClassName
{
border-color: #50222E;
}
.TagClassName
{
border-color: #50222E;
}
</style>