Shades of Bordeaux #4C191D
Tints of Bordeaux #4C191D
RGB
CMYK
RGB Variations
Color information
#4C191D (or 0x4C191D) is known color: Bordeaux. HEX triplet: 4C, 19 and 1D. RGB value is (76,25,29). Sum of RGB (Red+Green+Blue) = 76+25+29=130 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.46% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 76 - color contains mainly: red. Hex color #4C191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C191D is #B3E6E2. Grayscale: #282828. Windows color (decimal): -11790051 or 1907020. OLE color: 1907020.
HSL color Cylindrical-coordinate representation of color #4C191D: hue angle of 355.29º 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 #4C191D is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 25 | 29 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.70 |
| HSL | 355.29º | 0.5% | 0.2% | - |
| HSV(B) | 355.29º | 0.67% | 0.3% | - |
| XYZ | 3.55 | 2.32 | 1.42 | - |
| YUV | 40.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 25 | 29 | 0 | 0.67 | 0.62 | 0.70 | 355.29 | 0.5 | 0.2 |
| Hex | 4C | 19 | 1D | 0 | 43 | 3E | 46 | 163 | 32 | 14 |
| Octal | 114 | 31 | 35 | 0 | 103 | 76 | 106 | 543 | 62 | 24 |
| Binary | 1001100 | 11001 | 11101 | 0 | 1000011 | 111110 | 1000110 | 101100011 | 110010 | 10100 |
Color Harmonies of #4C191D
Complementary color
Monochromatic Colors of #4C191D
Black with #4C191D
Text Example
Text Example
White with #4C191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C191D; }
p { color: rgb(76,25,29); }
H1.HeaderClassName
{
color: #4C191D;
}
.AnyTagClassName
{
color: #4C191D;
}
</style>
background-color css
<style>
a { background-color: #4C191D; }
a { background-color: rgb(76,25,29); }
div.DivClassName
{
background-color: #4C191D;
}
.BgClassName
{
background-color: #4C191D;
}
</style>
border-color css
<style>
span { border-color: #4C191D; }
span { border-color: rgb(76,25,29); }
td.TdClassName
{
border-color: #4C191D;
}
.TagClassName
{
border-color: #4C191D;
}
</style>