Shades of Bordeaux #4D101E
Tints of Bordeaux #4D101E
RGB
CMYK
RGB Variations
Color information
#4D101E (or 0x4D101E) is known color: Bordeaux. HEX triplet: 4D, 10 and 1E. RGB value is (77,16,30). Sum of RGB (Red+Green+Blue) = 77+16+30=123 (16% of max value = 765). Red value is 77 (30.47% from 255 or 62.60% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 77 - color contains mainly: red. Hex color #4D101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D101E is #B2EFE1. Grayscale: #232323. Windows color (decimal): -11726818 or 1970253. OLE color: 1970253.
HSL color Cylindrical-coordinate representation of color #4D101E: hue angle of 346.23º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D101E is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 16 | 30 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.70 |
| HSL | 346.23º | 0.66% | 0.18% | - |
| HSV(B) | 346.23º | 0.79% | 0.3% | - |
| XYZ | 3.48 | 2.04 | 1.44 | - |
| YUV | 35.84 | 124.71 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 30 | 0 | 0.79 | 0.61 | 0.70 | 346.23 | 0.66 | 0.18 |
| Hex | 4D | 10 | 1E | 0 | 4F | 3D | 46 | 15A | 42 | 12 |
| Octal | 115 | 20 | 36 | 0 | 117 | 75 | 106 | 532 | 102 | 22 |
| Binary | 1001101 | 10000 | 11110 | 0 | 1001111 | 111101 | 1000110 | 101011010 | 1000010 | 10010 |
Color Harmonies of #4D101E
Complementary color
Monochromatic Colors of #4D101E
Black with #4D101E
Text Example
Text Example
White with #4D101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D101E; }
p { color: rgb(77,16,30); }
H1.HeaderClassName
{
color: #4D101E;
}
.AnyTagClassName
{
color: #4D101E;
}
</style>
background-color css
<style>
a { background-color: #4D101E; }
a { background-color: rgb(77,16,30); }
div.DivClassName
{
background-color: #4D101E;
}
.BgClassName
{
background-color: #4D101E;
}
</style>
border-color css
<style>
span { border-color: #4D101E; }
span { border-color: rgb(77,16,30); }
td.TdClassName
{
border-color: #4D101E;
}
.TagClassName
{
border-color: #4D101E;
}
</style>