Shades of Bordeaux #4C171C
Tints of Bordeaux #4C171C
RGB
CMYK
RGB Variations
Color information
#4C171C (or 0x4C171C) is known color: Bordeaux. HEX triplet: 4C, 17 and 1C. RGB value is (76,23,28). Sum of RGB (Red+Green+Blue) = 76+23+28=127 (16% of max value = 765). Red value is 76 (30.08% from 255 or 59.84% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 76 - color contains mainly: red. Hex color #4C171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C171C is #B3E8E3. Grayscale: #272727. Windows color (decimal): -11790564 or 1840972. OLE color: 1840972.
HSL color Cylindrical-coordinate representation of color #4C171C: hue angle of 354.34º 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 #4C171C is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 23 | 28 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.70 |
| HSL | 354.34º | 0.54% | 0.19% | - |
| HSV(B) | 354.34º | 0.7% | 0.3% | - |
| XYZ | 3.5 | 2.23 | 1.35 | - |
| YUV | 39.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 23 | 28 | 0 | 0.70 | 0.63 | 0.70 | 354.34 | 0.54 | 0.19 |
| Hex | 4C | 17 | 1C | 0 | 46 | 3F | 46 | 162 | 36 | 13 |
| Octal | 114 | 27 | 34 | 0 | 106 | 77 | 106 | 542 | 66 | 23 |
| Binary | 1001100 | 10111 | 11100 | 0 | 1000110 | 111111 | 1000110 | 101100010 | 110110 | 10011 |
Color Harmonies of #4C171C
Complementary color
Monochromatic Colors of #4C171C
Black with #4C171C
Text Example
Text Example
White with #4C171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C171C; }
p { color: rgb(76,23,28); }
H1.HeaderClassName
{
color: #4C171C;
}
.AnyTagClassName
{
color: #4C171C;
}
</style>
background-color css
<style>
a { background-color: #4C171C; }
a { background-color: rgb(76,23,28); }
div.DivClassName
{
background-color: #4C171C;
}
.BgClassName
{
background-color: #4C171C;
}
</style>
border-color css
<style>
span { border-color: #4C171C; }
span { border-color: rgb(76,23,28); }
td.TdClassName
{
border-color: #4C171C;
}
.TagClassName
{
border-color: #4C171C;
}
</style>