Shades of Bordeaux #4C1A20
Tints of Bordeaux #4C1A20
RGB
CMYK
RGB Variations
Color information
#4C1A20 (or 0x4C1A20) is known color: Bordeaux. HEX triplet: 4C, 1A and 20. RGB value is (76,26,32). Sum of RGB (Red+Green+Blue) = 76+26+32=134 (17% of max value = 765). Red value is 76 (30.08% from 255 or 56.72% from 134); Green value is 26 (10.55% from 255 or 19.40% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1A20 is #B3E5DF. Grayscale: #292929. Windows color (decimal): -11789792 or 2103884. OLE color: 2103884.
HSL color Cylindrical-coordinate representation of color #4C1A20: hue angle of 352.8º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C1A20 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 26 | 32 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.70 |
| HSL | 352.8º | 0.49% | 0.2% | - |
| HSV(B) | 352.8º | 0.66% | 0.3% | - |
| XYZ | 3.61 | 2.38 | 1.64 | - |
| YUV | 41.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 26 | 32 | 0 | 0.66 | 0.58 | 0.70 | 352.8 | 0.49 | 0.2 |
| Hex | 4C | 1A | 20 | 0 | 42 | 3A | 46 | 161 | 31 | 14 |
| Octal | 114 | 32 | 40 | 0 | 102 | 72 | 106 | 541 | 61 | 24 |
| Binary | 1001100 | 11010 | 100000 | 0 | 1000010 | 111010 | 1000110 | 101100001 | 110001 | 10100 |
Color Harmonies of #4C1A20
Complementary color
Monochromatic Colors of #4C1A20
Black with #4C1A20
Text Example
Text Example
White with #4C1A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1A20; }
p { color: rgb(76,26,32); }
H1.HeaderClassName
{
color: #4C1A20;
}
.AnyTagClassName
{
color: #4C1A20;
}
</style>
background-color css
<style>
a { background-color: #4C1A20; }
a { background-color: rgb(76,26,32); }
div.DivClassName
{
background-color: #4C1A20;
}
.BgClassName
{
background-color: #4C1A20;
}
</style>
border-color css
<style>
span { border-color: #4C1A20; }
span { border-color: rgb(76,26,32); }
td.TdClassName
{
border-color: #4C1A20;
}
.TagClassName
{
border-color: #4C1A20;
}
</style>