Shades of Bordeaux #4D0B13
Tints of Bordeaux #4D0B13
RGB
CMYK
RGB Variations
Color information
#4D0B13 (or 0x4D0B13) is known color: Bordeaux. HEX triplet: 4D, 0B and 13. RGB value is (77,11,19). Sum of RGB (Red+Green+Blue) = 77+11+19=107 (14% of max value = 765). Red value is 77 (30.47% from 255 or 71.96% from 107); Green value is 11 (4.69% from 255 or 10.28% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0B13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0B13 is #B2F4EC. Grayscale: #1F1F1F. Windows color (decimal): -11728109 or 1248077. OLE color: 1248077.
HSL color Cylindrical-coordinate representation of color #4D0B13: hue angle of 352.73º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D0B13 is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 11 | 19 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.70 |
| HSL | 352.73º | 0.75% | 0.17% | - |
| HSV(B) | 352.73º | 0.86% | 0.3% | - |
| XYZ | 3.3 | 1.86 | 0.8 | - |
| YUV | 31.65 | 120.87 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 11 | 19 | 0 | 0.86 | 0.75 | 0.70 | 352.73 | 0.75 | 0.17 |
| Hex | 4D | B | 13 | 0 | 56 | 4B | 46 | 161 | 4B | 11 |
| Octal | 115 | 13 | 23 | 0 | 126 | 113 | 106 | 541 | 113 | 21 |
| Binary | 1001101 | 1011 | 10011 | 0 | 1010110 | 1001011 | 1000110 | 101100001 | 1001011 | 10001 |
Color Harmonies of #4D0B13
Complementary color
Monochromatic Colors of #4D0B13
Black with #4D0B13
Text Example
Text Example
White with #4D0B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0B13; }
p { color: rgb(77,11,19); }
H1.HeaderClassName
{
color: #4D0B13;
}
.AnyTagClassName
{
color: #4D0B13;
}
</style>
background-color css
<style>
a { background-color: #4D0B13; }
a { background-color: rgb(77,11,19); }
div.DivClassName
{
background-color: #4D0B13;
}
.BgClassName
{
background-color: #4D0B13;
}
</style>
border-color css
<style>
span { border-color: #4D0B13; }
span { border-color: rgb(77,11,19); }
td.TdClassName
{
border-color: #4D0B13;
}
.TagClassName
{
border-color: #4D0B13;
}
</style>