Shades of Bordeaux #500B18
Tints of Bordeaux #500B18
RGB
CMYK
RGB Variations
Color information
#500B18 (or 0x500B18) is known color: Bordeaux. HEX triplet: 50, 0B and 18. RGB value is (80,11,24). Sum of RGB (Red+Green+Blue) = 80+11+24=115 (15% of max value = 765). Red value is 80 (31.64% from 255 or 69.57% from 115); Green value is 11 (4.69% from 255 or 9.57% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 80 - color contains mainly: red. Hex color #500B18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500B18 is #AFF4E7. Grayscale: #212121. Windows color (decimal): -11531496 or 1575760. OLE color: 1575760.
HSL color Cylindrical-coordinate representation of color #500B18: hue angle of 348.7º 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 #500B18 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 11 | 24 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.69 |
| HSL | 348.7º | 0.76% | 0.18% | - |
| HSV(B) | 348.7º | 0.86% | 0.31% | - |
| XYZ | 3.59 | 2.01 | 1.06 | - |
| YUV | 33.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 24 | 0 | 0.86 | 0.70 | 0.69 | 348.7 | 0.76 | 0.18 |
| Hex | 50 | B | 18 | 0 | 56 | 46 | 45 | 15D | 4C | 12 |
| Octal | 120 | 13 | 30 | 0 | 126 | 106 | 105 | 535 | 114 | 22 |
| Binary | 1010000 | 1011 | 11000 | 0 | 1010110 | 1000110 | 1000101 | 101011101 | 1001100 | 10010 |
Color Harmonies of #500B18
Complementary color
Monochromatic Colors of #500B18
Black with #500B18
Text Example
Text Example
White with #500B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500B18; }
p { color: rgb(80,11,24); }
H1.HeaderClassName
{
color: #500B18;
}
.AnyTagClassName
{
color: #500B18;
}
</style>
background-color css
<style>
a { background-color: #500B18; }
a { background-color: rgb(80,11,24); }
div.DivClassName
{
background-color: #500B18;
}
.BgClassName
{
background-color: #500B18;
}
</style>
border-color css
<style>
span { border-color: #500B18; }
span { border-color: rgb(80,11,24); }
td.TdClassName
{
border-color: #500B18;
}
.TagClassName
{
border-color: #500B18;
}
</style>