Shades of Bordeaux #500A1B
Tints of Bordeaux #500A1B
RGB
CMYK
RGB Variations
Color information
#500A1B (or 0x500A1B) is known color: Bordeaux. HEX triplet: 50, 0A and 1B. RGB value is (80,10,27). Sum of RGB (Red+Green+Blue) = 80+10+27=117 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.38% from 117); Green value is 10 (4.30% from 255 or 8.55% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 80 - color contains mainly: red. Hex color #500A1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500A1B is #AFF5E4. Grayscale: #202020. Windows color (decimal): -11531749 or 1772112. OLE color: 1772112.
HSL color Cylindrical-coordinate representation of color #500A1B: hue angle of 345.43º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #500A1B is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 10 | 27 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.69 |
| HSL | 345.43º | 0.78% | 0.18% | - |
| HSV(B) | 345.43º | 0.88% | 0.31% | - |
| XYZ | 3.61 | 2 | 1.23 | - |
| YUV | 32.87 | 124.69 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 10 | 27 | 0 | 0.87 | 0.66 | 0.69 | 345.43 | 0.78 | 0.18 |
| Hex | 50 | A | 1B | 0 | 57 | 42 | 45 | 159 | 4E | 12 |
| Octal | 120 | 12 | 33 | 0 | 127 | 102 | 105 | 531 | 116 | 22 |
| Binary | 1010000 | 1010 | 11011 | 0 | 1010111 | 1000010 | 1000101 | 101011001 | 1001110 | 10010 |
Color Harmonies of #500A1B
Complementary color
Monochromatic Colors of #500A1B
Black with #500A1B
Text Example
Text Example
White with #500A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500A1B; }
p { color: rgb(80,10,27); }
H1.HeaderClassName
{
color: #500A1B;
}
.AnyTagClassName
{
color: #500A1B;
}
</style>
background-color css
<style>
a { background-color: #500A1B; }
a { background-color: rgb(80,10,27); }
div.DivClassName
{
background-color: #500A1B;
}
.BgClassName
{
background-color: #500A1B;
}
</style>
border-color css
<style>
span { border-color: #500A1B; }
span { border-color: rgb(80,10,27); }
td.TdClassName
{
border-color: #500A1B;
}
.TagClassName
{
border-color: #500A1B;
}
</style>