Shades of Bordeaux #50222B
Tints of Bordeaux #50222B
RGB
CMYK
RGB Variations
Color information
#50222B (or 0x50222B) is known color: Bordeaux. HEX triplet: 50, 22 and 2B. RGB value is (80,34,43). Sum of RGB (Red+Green+Blue) = 80+34+43=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #50222B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50222B is #AFDDD4. Grayscale: #303030. Windows color (decimal): -11525589 or 2826832. OLE color: 2826832.
HSL color Cylindrical-coordinate representation of color #50222B: hue angle of 348.26º 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 #50222B is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 34 | 43 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.69 |
| HSL | 348.26º | 0.4% | 0.22% | - |
| HSV(B) | 348.26º | 0.58% | 0.31% | - |
| XYZ | 4.32 | 3.02 | 2.64 | - |
| YUV | 48.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 34 | 43 | 0 | 0.58 | 0.46 | 0.69 | 348.26 | 0.4 | 0.22 |
| Hex | 50 | 22 | 2B | 0 | 3A | 2E | 45 | 15C | 28 | 16 |
| Octal | 120 | 42 | 53 | 0 | 72 | 56 | 105 | 534 | 50 | 26 |
| Binary | 1010000 | 100010 | 101011 | 0 | 111010 | 101110 | 1000101 | 101011100 | 101000 | 10110 |
Color Harmonies of #50222B
Complementary color
Monochromatic Colors of #50222B
Black with #50222B
Text Example
Text Example
White with #50222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50222B; }
p { color: rgb(80,34,43); }
H1.HeaderClassName
{
color: #50222B;
}
.AnyTagClassName
{
color: #50222B;
}
</style>
background-color css
<style>
a { background-color: #50222B; }
a { background-color: rgb(80,34,43); }
div.DivClassName
{
background-color: #50222B;
}
.BgClassName
{
background-color: #50222B;
}
</style>
border-color css
<style>
span { border-color: #50222B; }
span { border-color: rgb(80,34,43); }
td.TdClassName
{
border-color: #50222B;
}
.TagClassName
{
border-color: #50222B;
}
</style>