Shades of Bordeaux #4C202A
Tints of Bordeaux #4C202A
RGB
CMYK
RGB Variations
Color information
#4C202A (or 0x4C202A) is known color: Bordeaux. HEX triplet: 4C, 20 and 2A. RGB value is (76,32,42). Sum of RGB (Red+Green+Blue) = 76+32+42=150 (19% of max value = 765). Red value is 76 (30.08% from 255 or 50.67% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 76 - color contains mainly: red. Hex color #4C202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C202A is #B3DFD5. Grayscale: #2E2E2E. Windows color (decimal): -11788246 or 2760780. OLE color: 2760780.
HSL color Cylindrical-coordinate representation of color #4C202A: hue angle of 346.36º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C202A is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 32 | 42 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.70 |
| HSL | 346.36º | 0.41% | 0.21% | - |
| HSV(B) | 346.36º | 0.58% | 0.3% | - |
| XYZ | 3.91 | 2.74 | 2.51 | - |
| YUV | 46.3 | 125.58 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 32 | 42 | 0 | 0.58 | 0.45 | 0.70 | 346.36 | 0.41 | 0.21 |
| Hex | 4C | 20 | 2A | 0 | 3A | 2D | 46 | 15A | 29 | 15 |
| Octal | 114 | 40 | 52 | 0 | 72 | 55 | 106 | 532 | 51 | 25 |
| Binary | 1001100 | 100000 | 101010 | 0 | 111010 | 101101 | 1000110 | 101011010 | 101001 | 10101 |
Color Harmonies of #4C202A
Complementary color
Monochromatic Colors of #4C202A
Black with #4C202A
Text Example
Text Example
White with #4C202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C202A; }
p { color: rgb(76,32,42); }
H1.HeaderClassName
{
color: #4C202A;
}
.AnyTagClassName
{
color: #4C202A;
}
</style>
background-color css
<style>
a { background-color: #4C202A; }
a { background-color: rgb(76,32,42); }
div.DivClassName
{
background-color: #4C202A;
}
.BgClassName
{
background-color: #4C202A;
}
</style>
border-color css
<style>
span { border-color: #4C202A; }
span { border-color: rgb(76,32,42); }
td.TdClassName
{
border-color: #4C202A;
}
.TagClassName
{
border-color: #4C202A;
}
</style>