Shades of Bordeaux #4C0E1F
Tints of Bordeaux #4C0E1F
RGB
CMYK
RGB Variations
Color information
#4C0E1F (or 0x4C0E1F) is known color: Bordeaux. HEX triplet: 4C, 0E and 1F. RGB value is (76,14,31). Sum of RGB (Red+Green+Blue) = 76+14+31=121 (16% of max value = 765). Red value is 76 (30.08% from 255 or 62.81% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0E1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0E1F is #B3F1E0. Grayscale: #222222. Windows color (decimal): -11792865 or 2035276. OLE color: 2035276.
HSL color Cylindrical-coordinate representation of color #4C0E1F: hue angle of 343.55º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C0E1F is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 14 | 31 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.70 |
| HSL | 343.55º | 0.69% | 0.18% | - |
| HSV(B) | 343.55º | 0.82% | 0.3% | - |
| XYZ | 3.38 | 1.95 | 1.49 | - |
| YUV | 34.48 | 126.04 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 14 | 31 | 0 | 0.82 | 0.59 | 0.70 | 343.55 | 0.69 | 0.18 |
| Hex | 4C | E | 1F | 0 | 52 | 3B | 46 | 158 | 45 | 12 |
| Octal | 114 | 16 | 37 | 0 | 122 | 73 | 106 | 530 | 105 | 22 |
| Binary | 1001100 | 1110 | 11111 | 0 | 1010010 | 111011 | 1000110 | 101011000 | 1000101 | 10010 |
Color Harmonies of #4C0E1F
Complementary color
Monochromatic Colors of #4C0E1F
Black with #4C0E1F
Text Example
Text Example
White with #4C0E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0E1F; }
p { color: rgb(76,14,31); }
H1.HeaderClassName
{
color: #4C0E1F;
}
.AnyTagClassName
{
color: #4C0E1F;
}
</style>
background-color css
<style>
a { background-color: #4C0E1F; }
a { background-color: rgb(76,14,31); }
div.DivClassName
{
background-color: #4C0E1F;
}
.BgClassName
{
background-color: #4C0E1F;
}
</style>
border-color css
<style>
span { border-color: #4C0E1F; }
span { border-color: rgb(76,14,31); }
td.TdClassName
{
border-color: #4C0E1F;
}
.TagClassName
{
border-color: #4C0E1F;
}
</style>