Shades of Bordeaux #4C191F
Tints of Bordeaux #4C191F
RGB
CMYK
RGB Variations
Color information
#4C191F (or 0x4C191F) is known color: Bordeaux. HEX triplet: 4C, 19 and 1F. RGB value is (76,25,31). Sum of RGB (Red+Green+Blue) = 76+25+31=132 (17% of max value = 765). Red value is 76 (30.08% from 255 or 57.58% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 76 - color contains mainly: red. Hex color #4C191F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C191F is #B3E6E0. Grayscale: #282828. Windows color (decimal): -11790049 or 2038092. OLE color: 2038092.
HSL color Cylindrical-coordinate representation of color #4C191F: hue angle of 352.94º 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 #4C191F is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 25 | 31 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.70 |
| HSL | 352.94º | 0.5% | 0.2% | - |
| HSV(B) | 352.94º | 0.67% | 0.3% | - |
| XYZ | 3.58 | 2.33 | 1.56 | - |
| YUV | 40.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 25 | 31 | 0 | 0.67 | 0.59 | 0.70 | 352.94 | 0.5 | 0.2 |
| Hex | 4C | 19 | 1F | 0 | 43 | 3B | 46 | 161 | 32 | 14 |
| Octal | 114 | 31 | 37 | 0 | 103 | 73 | 106 | 541 | 62 | 24 |
| Binary | 1001100 | 11001 | 11111 | 0 | 1000011 | 111011 | 1000110 | 101100001 | 110010 | 10100 |
Color Harmonies of #4C191F
Complementary color
Monochromatic Colors of #4C191F
Black with #4C191F
Text Example
Text Example
White with #4C191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C191F; }
p { color: rgb(76,25,31); }
H1.HeaderClassName
{
color: #4C191F;
}
.AnyTagClassName
{
color: #4C191F;
}
</style>
background-color css
<style>
a { background-color: #4C191F; }
a { background-color: rgb(76,25,31); }
div.DivClassName
{
background-color: #4C191F;
}
.BgClassName
{
background-color: #4C191F;
}
</style>
border-color css
<style>
span { border-color: #4C191F; }
span { border-color: rgb(76,25,31); }
td.TdClassName
{
border-color: #4C191F;
}
.TagClassName
{
border-color: #4C191F;
}
</style>