Shades of Bordeaux #500B1A
Tints of Bordeaux #500B1A
RGB
CMYK
RGB Variations
Color information
#500B1A (or 0x500B1A) is known color: Bordeaux. HEX triplet: 50, 0B and 1A. RGB value is (80,11,26). Sum of RGB (Red+Green+Blue) = 80+11+26=117 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.38% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 80 - color contains mainly: red. Hex color #500B1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500B1A is #AFF4E5. Grayscale: #212121. Windows color (decimal): -11531494 or 1706832. OLE color: 1706832.
HSL color Cylindrical-coordinate representation of color #500B1A: hue angle of 346.96º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #500B1A is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 11 | 26 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.69 |
| HSL | 346.96º | 0.76% | 0.18% | - |
| HSV(B) | 346.96º | 0.86% | 0.31% | - |
| XYZ | 3.61 | 2.02 | 1.18 | - |
| YUV | 33.34 | 123.86 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 26 | 0 | 0.86 | 0.67 | 0.69 | 346.96 | 0.76 | 0.18 |
| Hex | 50 | B | 1A | 0 | 56 | 43 | 45 | 15B | 4C | 12 |
| Octal | 120 | 13 | 32 | 0 | 126 | 103 | 105 | 533 | 114 | 22 |
| Binary | 1010000 | 1011 | 11010 | 0 | 1010110 | 1000011 | 1000101 | 101011011 | 1001100 | 10010 |
Color Harmonies of #500B1A
Complementary color
Monochromatic Colors of #500B1A
Black with #500B1A
Text Example
Text Example
White with #500B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500B1A; }
p { color: rgb(80,11,26); }
H1.HeaderClassName
{
color: #500B1A;
}
.AnyTagClassName
{
color: #500B1A;
}
</style>
background-color css
<style>
a { background-color: #500B1A; }
a { background-color: rgb(80,11,26); }
div.DivClassName
{
background-color: #500B1A;
}
.BgClassName
{
background-color: #500B1A;
}
</style>
border-color css
<style>
span { border-color: #500B1A; }
span { border-color: rgb(80,11,26); }
td.TdClassName
{
border-color: #500B1A;
}
.TagClassName
{
border-color: #500B1A;
}
</style>