Shades of Bordeaux #4C191E
Tints of Bordeaux #4C191E
RGB
CMYK
RGB Variations
Color information
#4C191E (or 0x4C191E) is known color: Bordeaux. HEX triplet: 4C, 19 and 1E. RGB value is (76,25,30). Sum of RGB (Red+Green+Blue) = 76+25+30=131 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.02% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 76 - color contains mainly: red. Hex color #4C191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C191E is #B3E6E1. Grayscale: #282828. Windows color (decimal): -11790050 or 1972556. OLE color: 1972556.
HSL color Cylindrical-coordinate representation of color #4C191E: hue angle of 354.12º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C191E is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 25 | 30 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.70 |
| HSL | 354.12º | 0.5% | 0.2% | - |
| HSV(B) | 354.12º | 0.67% | 0.3% | - |
| XYZ | 3.56 | 2.33 | 1.49 | - |
| YUV | 40.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 25 | 30 | 0 | 0.67 | 0.61 | 0.70 | 354.12 | 0.5 | 0.2 |
| Hex | 4C | 19 | 1E | 0 | 43 | 3D | 46 | 162 | 32 | 14 |
| Octal | 114 | 31 | 36 | 0 | 103 | 75 | 106 | 542 | 62 | 24 |
| Binary | 1001100 | 11001 | 11110 | 0 | 1000011 | 111101 | 1000110 | 101100010 | 110010 | 10100 |
Color Harmonies of #4C191E
Complementary color
Monochromatic Colors of #4C191E
Black with #4C191E
Text Example
Text Example
White with #4C191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C191E; }
p { color: rgb(76,25,30); }
H1.HeaderClassName
{
color: #4C191E;
}
.AnyTagClassName
{
color: #4C191E;
}
</style>
background-color css
<style>
a { background-color: #4C191E; }
a { background-color: rgb(76,25,30); }
div.DivClassName
{
background-color: #4C191E;
}
.BgClassName
{
background-color: #4C191E;
}
</style>
border-color css
<style>
span { border-color: #4C191E; }
span { border-color: rgb(76,25,30); }
td.TdClassName
{
border-color: #4C191E;
}
.TagClassName
{
border-color: #4C191E;
}
</style>