Shades of Bordeaux #4C1820
Tints of Bordeaux #4C1820
RGB
CMYK
RGB Variations
Color information
#4C1820 (or 0x4C1820) is known color: Bordeaux. HEX triplet: 4C, 18 and 20. RGB value is (76,24,32). Sum of RGB (Red+Green+Blue) = 76+24+32=132 (17% of max value = 765). Red value is 76 (30.08% from 255 or 57.58% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1820 is #B3E7DF. Grayscale: #282828. Windows color (decimal): -11790304 or 2103372. OLE color: 2103372.
HSL color Cylindrical-coordinate representation of color #4C1820: hue angle of 350.77º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C1820 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 24 | 32 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.70 |
| HSL | 350.77º | 0.52% | 0.2% | - |
| HSV(B) | 350.77º | 0.68% | 0.3% | - |
| XYZ | 3.57 | 2.29 | 1.62 | - |
| YUV | 40.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 24 | 32 | 0 | 0.68 | 0.58 | 0.70 | 350.77 | 0.52 | 0.2 |
| Hex | 4C | 18 | 20 | 0 | 44 | 3A | 46 | 15F | 34 | 14 |
| Octal | 114 | 30 | 40 | 0 | 104 | 72 | 106 | 537 | 64 | 24 |
| Binary | 1001100 | 11000 | 100000 | 0 | 1000100 | 111010 | 1000110 | 101011111 | 110100 | 10100 |
Color Harmonies of #4C1820
Complementary color
Monochromatic Colors of #4C1820
Black with #4C1820
Text Example
Text Example
White with #4C1820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1820; }
p { color: rgb(76,24,32); }
H1.HeaderClassName
{
color: #4C1820;
}
.AnyTagClassName
{
color: #4C1820;
}
</style>
background-color css
<style>
a { background-color: #4C1820; }
a { background-color: rgb(76,24,32); }
div.DivClassName
{
background-color: #4C1820;
}
.BgClassName
{
background-color: #4C1820;
}
</style>
border-color css
<style>
span { border-color: #4C1820; }
span { border-color: rgb(76,24,32); }
td.TdClassName
{
border-color: #4C1820;
}
.TagClassName
{
border-color: #4C1820;
}
</style>