Shades of Bordeaux #4C171D
Tints of Bordeaux #4C171D
RGB
CMYK
RGB Variations
Color information
#4C171D (or 0x4C171D) is known color: Bordeaux. HEX triplet: 4C, 17 and 1D. RGB value is (76,23,29). Sum of RGB (Red+Green+Blue) = 76+23+29=128 (16% of max value = 765). Red value is 76 (30.08% from 255 or 59.38% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 76 - color contains mainly: red. Hex color #4C171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C171D is #B3E8E2. Grayscale: #272727. Windows color (decimal): -11790563 or 1906508. OLE color: 1906508.
HSL color Cylindrical-coordinate representation of color #4C171D: hue angle of 353.21º 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 #4C171D is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 23 | 29 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.70 |
| HSL | 353.21º | 0.54% | 0.19% | - |
| HSV(B) | 353.21º | 0.7% | 0.3% | - |
| XYZ | 3.51 | 2.24 | 1.41 | - |
| YUV | 39.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 23 | 29 | 0 | 0.70 | 0.62 | 0.70 | 353.21 | 0.54 | 0.19 |
| Hex | 4C | 17 | 1D | 0 | 46 | 3E | 46 | 161 | 36 | 13 |
| Octal | 114 | 27 | 35 | 0 | 106 | 76 | 106 | 541 | 66 | 23 |
| Binary | 1001100 | 10111 | 11101 | 0 | 1000110 | 111110 | 1000110 | 101100001 | 110110 | 10011 |
Color Harmonies of #4C171D
Complementary color
Monochromatic Colors of #4C171D
Black with #4C171D
Text Example
Text Example
White with #4C171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C171D; }
p { color: rgb(76,23,29); }
H1.HeaderClassName
{
color: #4C171D;
}
.AnyTagClassName
{
color: #4C171D;
}
</style>
background-color css
<style>
a { background-color: #4C171D; }
a { background-color: rgb(76,23,29); }
div.DivClassName
{
background-color: #4C171D;
}
.BgClassName
{
background-color: #4C171D;
}
</style>
border-color css
<style>
span { border-color: #4C171D; }
span { border-color: rgb(76,23,29); }
td.TdClassName
{
border-color: #4C171D;
}
.TagClassName
{
border-color: #4C171D;
}
</style>