Shades of Bordeaux #4C171B
Tints of Bordeaux #4C171B
RGB
CMYK
RGB Variations
Color information
#4C171B (or 0x4C171B) is known color: Bordeaux. HEX triplet: 4C, 17 and 1B. RGB value is (76,23,27). Sum of RGB (Red+Green+Blue) = 76+23+27=126 (16% of max value = 765). Red value is 76 (30.08% from 255 or 60.32% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 76 - color contains mainly: red. Hex color #4C171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C171B is #B3E8E4. Grayscale: #272727. Windows color (decimal): -11790565 or 1775436. OLE color: 1775436.
HSL color Cylindrical-coordinate representation of color #4C171B: hue angle of 355.47º 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 #4C171B is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 23 | 27 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.70 |
| HSL | 355.47º | 0.54% | 0.19% | - |
| HSV(B) | 355.47º | 0.7% | 0.3% | - |
| XYZ | 3.48 | 2.23 | 1.28 | - |
| YUV | 39.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 23 | 27 | 0 | 0.70 | 0.64 | 0.70 | 355.47 | 0.54 | 0.19 |
| Hex | 4C | 17 | 1B | 0 | 46 | 40 | 46 | 163 | 36 | 13 |
| Octal | 114 | 27 | 33 | 0 | 106 | 100 | 106 | 543 | 66 | 23 |
| Binary | 1001100 | 10111 | 11011 | 0 | 1000110 | 1000000 | 1000110 | 101100011 | 110110 | 10011 |
Color Harmonies of #4C171B
Complementary color
Monochromatic Colors of #4C171B
Black with #4C171B
Text Example
Text Example
White with #4C171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C171B; }
p { color: rgb(76,23,27); }
H1.HeaderClassName
{
color: #4C171B;
}
.AnyTagClassName
{
color: #4C171B;
}
</style>
background-color css
<style>
a { background-color: #4C171B; }
a { background-color: rgb(76,23,27); }
div.DivClassName
{
background-color: #4C171B;
}
.BgClassName
{
background-color: #4C171B;
}
</style>
border-color css
<style>
span { border-color: #4C171B; }
span { border-color: rgb(76,23,27); }
td.TdClassName
{
border-color: #4C171B;
}
.TagClassName
{
border-color: #4C171B;
}
</style>