Shades of Bordeaux #500D12
Tints of Bordeaux #500D12
RGB
CMYK
RGB Variations
Color information
#500D12 (or 0x500D12) is known color: Bordeaux. HEX triplet: 50, 0D and 12. RGB value is (80,13,18). Sum of RGB (Red+Green+Blue) = 80+13+18=111 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.07% from 111); Green value is 13 (5.47% from 255 or 11.71% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 80 - color contains mainly: red. Hex color #500D12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500D12 is #AFF2ED. Grayscale: #212121. Windows color (decimal): -11530990 or 1183056. OLE color: 1183056.
HSL color Cylindrical-coordinate representation of color #500D12: hue angle of 355.52º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #500D12 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 13 | 18 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.69 |
| HSL | 355.52º | 0.72% | 0.18% | - |
| HSV(B) | 355.52º | 0.84% | 0.31% | - |
| XYZ | 3.56 | 2.04 | 0.78 | - |
| YUV | 33.6 | 119.2 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 18 | 0 | 0.84 | 0.78 | 0.69 | 355.52 | 0.72 | 0.18 |
| Hex | 50 | D | 12 | 0 | 54 | 4E | 45 | 164 | 48 | 12 |
| Octal | 120 | 15 | 22 | 0 | 124 | 116 | 105 | 544 | 110 | 22 |
| Binary | 1010000 | 1101 | 10010 | 0 | 1010100 | 1001110 | 1000101 | 101100100 | 1001000 | 10010 |
Color Harmonies of #500D12
Complementary color
Monochromatic Colors of #500D12
Black with #500D12
Text Example
Text Example
White with #500D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500D12; }
p { color: rgb(80,13,18); }
H1.HeaderClassName
{
color: #500D12;
}
.AnyTagClassName
{
color: #500D12;
}
</style>
background-color css
<style>
a { background-color: #500D12; }
a { background-color: rgb(80,13,18); }
div.DivClassName
{
background-color: #500D12;
}
.BgClassName
{
background-color: #500D12;
}
</style>
border-color css
<style>
span { border-color: #500D12; }
span { border-color: rgb(80,13,18); }
td.TdClassName
{
border-color: #500D12;
}
.TagClassName
{
border-color: #500D12;
}
</style>