Shades of Bordeaux #4D0A17
Tints of Bordeaux #4D0A17
RGB
CMYK
RGB Variations
Color information
#4D0A17 (or 0x4D0A17) is known color: Bordeaux. HEX triplet: 4D, 0A and 17. RGB value is (77,10,23). Sum of RGB (Red+Green+Blue) = 77+10+23=110 (14% of max value = 765). Red value is 77 (30.47% from 255 or 70% from 110); Green value is 10 (4.30% from 255 or 9.09% from 110); Blue value is 23 (9.38% from 255 or 20.91% from 110); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0A17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0A17 is #B2F5E8. Grayscale: #1F1F1F. Windows color (decimal): -11728361 or 1509965. OLE color: 1509965.
HSL color Cylindrical-coordinate representation of color #4D0A17: hue angle of 348.36º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D0A17 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 10 | 23 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.70 |
| HSL | 348.36º | 0.77% | 0.17% | - |
| HSV(B) | 348.36º | 0.87% | 0.3% | - |
| XYZ | 3.32 | 1.86 | 0.99 | - |
| YUV | 31.52 | 123.2 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 10 | 23 | 0 | 0.87 | 0.70 | 0.70 | 348.36 | 0.77 | 0.17 |
| Hex | 4D | A | 17 | 0 | 57 | 46 | 46 | 15C | 4D | 11 |
| Octal | 115 | 12 | 27 | 0 | 127 | 106 | 106 | 534 | 115 | 21 |
| Binary | 1001101 | 1010 | 10111 | 0 | 1010111 | 1000110 | 1000110 | 101011100 | 1001101 | 10001 |
Color Harmonies of #4D0A17
Complementary color
Monochromatic Colors of #4D0A17
Black with #4D0A17
Text Example
Text Example
White with #4D0A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0A17; }
p { color: rgb(77,10,23); }
H1.HeaderClassName
{
color: #4D0A17;
}
.AnyTagClassName
{
color: #4D0A17;
}
</style>
background-color css
<style>
a { background-color: #4D0A17; }
a { background-color: rgb(77,10,23); }
div.DivClassName
{
background-color: #4D0A17;
}
.BgClassName
{
background-color: #4D0A17;
}
</style>
border-color css
<style>
span { border-color: #4D0A17; }
span { border-color: rgb(77,10,23); }
td.TdClassName
{
border-color: #4D0A17;
}
.TagClassName
{
border-color: #4D0A17;
}
</style>