Shades of Bordeaux #4C1420
Tints of Bordeaux #4C1420
RGB
CMYK
RGB Variations
Color information
#4C1420 (or 0x4C1420) is known color: Bordeaux. HEX triplet: 4C, 14 and 20. RGB value is (76,20,32). Sum of RGB (Red+Green+Blue) = 76+20+32=128 (16% of max value = 765). Red value is 76 (30.08% from 255 or 59.38% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1420 is #B3EBDF. Grayscale: #262626. Windows color (decimal): -11791328 or 2102348. OLE color: 2102348.
HSL color Cylindrical-coordinate representation of color #4C1420: hue angle of 347.14º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C1420 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 20 | 32 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.70 |
| HSL | 347.14º | 0.58% | 0.19% | - |
| HSV(B) | 347.14º | 0.74% | 0.3% | - |
| XYZ | 3.49 | 2.14 | 1.6 | - |
| YUV | 38.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 20 | 32 | 0 | 0.74 | 0.58 | 0.70 | 347.14 | 0.58 | 0.19 |
| Hex | 4C | 14 | 20 | 0 | 4A | 3A | 46 | 15B | 3A | 13 |
| Octal | 114 | 24 | 40 | 0 | 112 | 72 | 106 | 533 | 72 | 23 |
| Binary | 1001100 | 10100 | 100000 | 0 | 1001010 | 111010 | 1000110 | 101011011 | 111010 | 10011 |
Color Harmonies of #4C1420
Complementary color
Monochromatic Colors of #4C1420
Black with #4C1420
Text Example
Text Example
White with #4C1420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1420; }
p { color: rgb(76,20,32); }
H1.HeaderClassName
{
color: #4C1420;
}
.AnyTagClassName
{
color: #4C1420;
}
</style>
background-color css
<style>
a { background-color: #4C1420; }
a { background-color: rgb(76,20,32); }
div.DivClassName
{
background-color: #4C1420;
}
.BgClassName
{
background-color: #4C1420;
}
</style>
border-color css
<style>
span { border-color: #4C1420; }
span { border-color: rgb(76,20,32); }
td.TdClassName
{
border-color: #4C1420;
}
.TagClassName
{
border-color: #4C1420;
}
</style>