Shades of Bordeaux #4D161E
Tints of Bordeaux #4D161E
RGB
CMYK
RGB Variations
Color information
#4D161E (or 0x4D161E) is known color: Bordeaux. HEX triplet: 4D, 16 and 1E. RGB value is (77,22,30). Sum of RGB (Red+Green+Blue) = 77+22+30=129 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.69% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 77 - color contains mainly: red. Hex color #4D161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D161E is #B2E9E1. Grayscale: #272727. Windows color (decimal): -11725282 or 1971789. OLE color: 1971789.
HSL color Cylindrical-coordinate representation of color #4D161E: hue angle of 351.27º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D161E is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 22 | 30 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.70 |
| HSL | 351.27º | 0.56% | 0.19% | - |
| HSV(B) | 351.27º | 0.71% | 0.3% | - |
| XYZ | 3.58 | 2.25 | 1.47 | - |
| YUV | 39.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 22 | 30 | 0 | 0.71 | 0.61 | 0.70 | 351.27 | 0.56 | 0.19 |
| Hex | 4D | 16 | 1E | 0 | 47 | 3D | 46 | 15F | 38 | 13 |
| Octal | 115 | 26 | 36 | 0 | 107 | 75 | 106 | 537 | 70 | 23 |
| Binary | 1001101 | 10110 | 11110 | 0 | 1000111 | 111101 | 1000110 | 101011111 | 111000 | 10011 |
Color Harmonies of #4D161E
Complementary color
Monochromatic Colors of #4D161E
Black with #4D161E
Text Example
Text Example
White with #4D161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D161E; }
p { color: rgb(77,22,30); }
H1.HeaderClassName
{
color: #4D161E;
}
.AnyTagClassName
{
color: #4D161E;
}
</style>
background-color css
<style>
a { background-color: #4D161E; }
a { background-color: rgb(77,22,30); }
div.DivClassName
{
background-color: #4D161E;
}
.BgClassName
{
background-color: #4D161E;
}
</style>
border-color css
<style>
span { border-color: #4D161E; }
span { border-color: rgb(77,22,30); }
td.TdClassName
{
border-color: #4D161E;
}
.TagClassName
{
border-color: #4D161E;
}
</style>