Shades of Bordeaux #500C22
Tints of Bordeaux #500C22
RGB
CMYK
RGB Variations
Color information
#500C22 (or 0x500C22) is known color: Bordeaux. HEX triplet: 50, 0C and 22. RGB value is (80,12,34). Sum of RGB (Red+Green+Blue) = 80+12+34=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #500C22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500C22 is #AFF3DD. Grayscale: #222222. Windows color (decimal): -11531230 or 2231376. OLE color: 2231376.
HSL color Cylindrical-coordinate representation of color #500C22: hue angle of 340.59º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #500C22 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 12 | 34 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.69 |
| HSL | 340.59º | 0.74% | 0.18% | - |
| HSV(B) | 340.59º | 0.85% | 0.31% | - |
| XYZ | 3.73 | 2.08 | 1.72 | - |
| YUV | 34.84 | 127.53 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 12 | 34 | 0 | 0.85 | 0.58 | 0.69 | 340.59 | 0.74 | 0.18 |
| Hex | 50 | C | 22 | 0 | 55 | 3A | 45 | 155 | 4A | 12 |
| Octal | 120 | 14 | 42 | 0 | 125 | 72 | 105 | 525 | 112 | 22 |
| Binary | 1010000 | 1100 | 100010 | 0 | 1010101 | 111010 | 1000101 | 101010101 | 1001010 | 10010 |
Color Harmonies of #500C22
Complementary color
Monochromatic Colors of #500C22
Black with #500C22
Text Example
Text Example
White with #500C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500C22; }
p { color: rgb(80,12,34); }
H1.HeaderClassName
{
color: #500C22;
}
.AnyTagClassName
{
color: #500C22;
}
</style>
background-color css
<style>
a { background-color: #500C22; }
a { background-color: rgb(80,12,34); }
div.DivClassName
{
background-color: #500C22;
}
.BgClassName
{
background-color: #500C22;
}
</style>
border-color css
<style>
span { border-color: #500C22; }
span { border-color: rgb(80,12,34); }
td.TdClassName
{
border-color: #500C22;
}
.TagClassName
{
border-color: #500C22;
}
</style>