Shades of Bordeaux #4D171C
Tints of Bordeaux #4D171C
RGB
CMYK
RGB Variations
Color information
#4D171C (or 0x4D171C) is known color: Bordeaux. HEX triplet: 4D, 17 and 1C. RGB value is (77,23,28). Sum of RGB (Red+Green+Blue) = 77+23+28=128 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.16% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 77 - color contains mainly: red. Hex color #4D171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D171C is #B2E8E3. Grayscale: #272727. Windows color (decimal): -11725028 or 1840973. OLE color: 1840973.
HSL color Cylindrical-coordinate representation of color #4D171C: hue angle of 354.44º 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 #4D171C is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 23 | 28 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.70 |
| HSL | 354.44º | 0.54% | 0.2% | - |
| HSV(B) | 354.44º | 0.7% | 0.3% | - |
| XYZ | 3.58 | 2.27 | 1.35 | - |
| YUV | 39.72 | 121.39 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 23 | 28 | 0 | 0.70 | 0.64 | 0.70 | 354.44 | 0.54 | 0.2 |
| Hex | 4D | 17 | 1C | 0 | 46 | 40 | 46 | 162 | 36 | 14 |
| Octal | 115 | 27 | 34 | 0 | 106 | 100 | 106 | 542 | 66 | 24 |
| Binary | 1001101 | 10111 | 11100 | 0 | 1000110 | 1000000 | 1000110 | 101100010 | 110110 | 10100 |
Color Harmonies of #4D171C
Complementary color
Monochromatic Colors of #4D171C
Black with #4D171C
Text Example
Text Example
White with #4D171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D171C; }
p { color: rgb(77,23,28); }
H1.HeaderClassName
{
color: #4D171C;
}
.AnyTagClassName
{
color: #4D171C;
}
</style>
background-color css
<style>
a { background-color: #4D171C; }
a { background-color: rgb(77,23,28); }
div.DivClassName
{
background-color: #4D171C;
}
.BgClassName
{
background-color: #4D171C;
}
</style>
border-color css
<style>
span { border-color: #4D171C; }
span { border-color: rgb(77,23,28); }
td.TdClassName
{
border-color: #4D171C;
}
.TagClassName
{
border-color: #4D171C;
}
</style>