Shades of Bordeaux #4C171E
Tints of Bordeaux #4C171E
RGB
CMYK
RGB Variations
Color information
#4C171E (or 0x4C171E) is known color: Bordeaux. HEX triplet: 4C, 17 and 1E. RGB value is (76,23,30). Sum of RGB (Red+Green+Blue) = 76+23+30=129 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.91% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 76 - color contains mainly: red. Hex color #4C171E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C171E is #B3E8E1. Grayscale: #272727. Windows color (decimal): -11790562 or 1972044. OLE color: 1972044.
HSL color Cylindrical-coordinate representation of color #4C171E: hue angle of 352.08º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C171E is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 23 | 30 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.70 |
| HSL | 352.08º | 0.54% | 0.19% | - |
| HSV(B) | 352.08º | 0.7% | 0.3% | - |
| XYZ | 3.52 | 2.24 | 1.48 | - |
| YUV | 39.65 | 122.56 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 23 | 30 | 0 | 0.70 | 0.61 | 0.70 | 352.08 | 0.54 | 0.19 |
| Hex | 4C | 17 | 1E | 0 | 46 | 3D | 46 | 160 | 36 | 13 |
| Octal | 114 | 27 | 36 | 0 | 106 | 75 | 106 | 540 | 66 | 23 |
| Binary | 1001100 | 10111 | 11110 | 0 | 1000110 | 111101 | 1000110 | 101100000 | 110110 | 10011 |
Color Harmonies of #4C171E
Complementary color
Monochromatic Colors of #4C171E
Black with #4C171E
Text Example
Text Example
White with #4C171E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C171E; }
p { color: rgb(76,23,30); }
H1.HeaderClassName
{
color: #4C171E;
}
.AnyTagClassName
{
color: #4C171E;
}
</style>
background-color css
<style>
a { background-color: #4C171E; }
a { background-color: rgb(76,23,30); }
div.DivClassName
{
background-color: #4C171E;
}
.BgClassName
{
background-color: #4C171E;
}
</style>
border-color css
<style>
span { border-color: #4C171E; }
span { border-color: rgb(76,23,30); }
td.TdClassName
{
border-color: #4C171E;
}
.TagClassName
{
border-color: #4C171E;
}
</style>