Shades of Bordeaux #4D171E
Tints of Bordeaux #4D171E
RGB
CMYK
RGB Variations
Color information
#4D171E (or 0x4D171E) is known color: Bordeaux. HEX triplet: 4D, 17 and 1E. RGB value is (77,23,30). Sum of RGB (Red+Green+Blue) = 77+23+30=130 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.23% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 77 - color contains mainly: red. Hex color #4D171E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D171E is #B2E8E1. Grayscale: #272727. Windows color (decimal): -11725026 or 1972045. OLE color: 1972045.
HSL color Cylindrical-coordinate representation of color #4D171E: hue angle of 352.22º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D171E is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 23 | 30 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.70 |
| HSL | 352.22º | 0.54% | 0.2% | - |
| HSV(B) | 352.22º | 0.7% | 0.3% | - |
| XYZ | 3.6 | 2.28 | 1.48 | - |
| YUV | 39.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 23 | 30 | 0 | 0.70 | 0.61 | 0.70 | 352.22 | 0.54 | 0.2 |
| Hex | 4D | 17 | 1E | 0 | 46 | 3D | 46 | 160 | 36 | 14 |
| Octal | 115 | 27 | 36 | 0 | 106 | 75 | 106 | 540 | 66 | 24 |
| Binary | 1001101 | 10111 | 11110 | 0 | 1000110 | 111101 | 1000110 | 101100000 | 110110 | 10100 |
Color Harmonies of #4D171E
Complementary color
Monochromatic Colors of #4D171E
Black with #4D171E
Text Example
Text Example
White with #4D171E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D171E; }
p { color: rgb(77,23,30); }
H1.HeaderClassName
{
color: #4D171E;
}
.AnyTagClassName
{
color: #4D171E;
}
</style>
background-color css
<style>
a { background-color: #4D171E; }
a { background-color: rgb(77,23,30); }
div.DivClassName
{
background-color: #4D171E;
}
.BgClassName
{
background-color: #4D171E;
}
</style>
border-color css
<style>
span { border-color: #4D171E; }
span { border-color: rgb(77,23,30); }
td.TdClassName
{
border-color: #4D171E;
}
.TagClassName
{
border-color: #4D171E;
}
</style>