Shades of Bordeaux #4C161B
Tints of Bordeaux #4C161B
RGB
CMYK
RGB Variations
Color information
#4C161B (or 0x4C161B) is known color: Bordeaux. HEX triplet: 4C, 16 and 1B. RGB value is (76,22,27). Sum of RGB (Red+Green+Blue) = 76+22+27=125 (16% of max value = 765). Red value is 76 (30.08% from 255 or 60.8% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 76 - color contains mainly: red. Hex color #4C161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C161B is #B3E9E4. Grayscale: #262626. Windows color (decimal): -11790821 or 1775180. OLE color: 1775180.
HSL color Cylindrical-coordinate representation of color #4C161B: hue angle of 354.44º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C161B is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 22 | 27 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.70 |
| HSL | 354.44º | 0.55% | 0.19% | - |
| HSV(B) | 354.44º | 0.71% | 0.3% | - |
| XYZ | 3.47 | 2.19 | 1.28 | - |
| YUV | 38.72 | 121.39 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 22 | 27 | 0 | 0.71 | 0.64 | 0.70 | 354.44 | 0.55 | 0.19 |
| Hex | 4C | 16 | 1B | 0 | 47 | 40 | 46 | 162 | 37 | 13 |
| Octal | 114 | 26 | 33 | 0 | 107 | 100 | 106 | 542 | 67 | 23 |
| Binary | 1001100 | 10110 | 11011 | 0 | 1000111 | 1000000 | 1000110 | 101100010 | 110111 | 10011 |
Color Harmonies of #4C161B
Complementary color
Monochromatic Colors of #4C161B
Black with #4C161B
Text Example
Text Example
White with #4C161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C161B; }
p { color: rgb(76,22,27); }
H1.HeaderClassName
{
color: #4C161B;
}
.AnyTagClassName
{
color: #4C161B;
}
</style>
background-color css
<style>
a { background-color: #4C161B; }
a { background-color: rgb(76,22,27); }
div.DivClassName
{
background-color: #4C161B;
}
.BgClassName
{
background-color: #4C161B;
}
</style>
border-color css
<style>
span { border-color: #4C161B; }
span { border-color: rgb(76,22,27); }
td.TdClassName
{
border-color: #4C161B;
}
.TagClassName
{
border-color: #4C161B;
}
</style>