Shades of Bordeaux #4C191B
Tints of Bordeaux #4C191B
RGB
CMYK
RGB Variations
Color information
#4C191B (or 0x4C191B) is known color: Bordeaux. HEX triplet: 4C, 19 and 1B. RGB value is (76,25,27). Sum of RGB (Red+Green+Blue) = 76+25+27=128 (16% of max value = 765). Red value is 76 (30.08% from 255 or 59.38% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 76 - color contains mainly: red. Hex color #4C191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C191B is #B3E6E4. Grayscale: #282828. Windows color (decimal): -11790053 or 1775948. OLE color: 1775948.
HSL color Cylindrical-coordinate representation of color #4C191B: hue angle of 357.65º 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 #4C191B is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 25 | 27 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.70 |
| HSL | 357.65º | 0.5% | 0.2% | - |
| HSV(B) | 357.65º | 0.67% | 0.3% | - |
| XYZ | 3.53 | 2.31 | 1.3 | - |
| YUV | 40.48 | 120.4 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 25 | 27 | 0 | 0.67 | 0.64 | 0.70 | 357.65 | 0.5 | 0.2 |
| Hex | 4C | 19 | 1B | 0 | 43 | 40 | 46 | 166 | 32 | 14 |
| Octal | 114 | 31 | 33 | 0 | 103 | 100 | 106 | 546 | 62 | 24 |
| Binary | 1001100 | 11001 | 11011 | 0 | 1000011 | 1000000 | 1000110 | 101100110 | 110010 | 10100 |
Color Harmonies of #4C191B
Complementary color
Monochromatic Colors of #4C191B
Black with #4C191B
Text Example
Text Example
White with #4C191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C191B; }
p { color: rgb(76,25,27); }
H1.HeaderClassName
{
color: #4C191B;
}
.AnyTagClassName
{
color: #4C191B;
}
</style>
background-color css
<style>
a { background-color: #4C191B; }
a { background-color: rgb(76,25,27); }
div.DivClassName
{
background-color: #4C191B;
}
.BgClassName
{
background-color: #4C191B;
}
</style>
border-color css
<style>
span { border-color: #4C191B; }
span { border-color: rgb(76,25,27); }
td.TdClassName
{
border-color: #4C191B;
}
.TagClassName
{
border-color: #4C191B;
}
</style>