Shades of Bordeaux #4C131B
Tints of Bordeaux #4C131B
RGB
CMYK
RGB Variations
Color information
#4C131B (or 0x4C131B) is known color: Bordeaux. HEX triplet: 4C, 13 and 1B. RGB value is (76,19,27). Sum of RGB (Red+Green+Blue) = 76+19+27=122 (16% of max value = 765). Red value is 76 (30.08% from 255 or 62.30% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 76 - color contains mainly: red. Hex color #4C131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C131B is #B3ECE4. Grayscale: #242424. Windows color (decimal): -11791589 or 1774412. OLE color: 1774412.
HSL color Cylindrical-coordinate representation of color #4C131B: hue angle of 351.58º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C131B is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 19 | 27 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.70 |
| HSL | 351.58º | 0.6% | 0.19% | - |
| HSV(B) | 351.58º | 0.75% | 0.3% | - |
| XYZ | 3.41 | 2.08 | 1.26 | - |
| YUV | 36.96 | 122.38 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 19 | 27 | 0 | 0.75 | 0.64 | 0.70 | 351.58 | 0.6 | 0.19 |
| Hex | 4C | 13 | 1B | 0 | 4B | 40 | 46 | 160 | 3C | 13 |
| Octal | 114 | 23 | 33 | 0 | 113 | 100 | 106 | 540 | 74 | 23 |
| Binary | 1001100 | 10011 | 11011 | 0 | 1001011 | 1000000 | 1000110 | 101100000 | 111100 | 10011 |
Color Harmonies of #4C131B
Complementary color
Monochromatic Colors of #4C131B
Black with #4C131B
Text Example
Text Example
White with #4C131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C131B; }
p { color: rgb(76,19,27); }
H1.HeaderClassName
{
color: #4C131B;
}
.AnyTagClassName
{
color: #4C131B;
}
</style>
background-color css
<style>
a { background-color: #4C131B; }
a { background-color: rgb(76,19,27); }
div.DivClassName
{
background-color: #4C131B;
}
.BgClassName
{
background-color: #4C131B;
}
</style>
border-color css
<style>
span { border-color: #4C131B; }
span { border-color: rgb(76,19,27); }
td.TdClassName
{
border-color: #4C131B;
}
.TagClassName
{
border-color: #4C131B;
}
</style>