Shades of Bordeaux #4C202B
Tints of Bordeaux #4C202B
RGB
CMYK
RGB Variations
Color information
#4C202B (or 0x4C202B) is known color: Bordeaux. HEX triplet: 4C, 20 and 2B. RGB value is (76,32,43). Sum of RGB (Red+Green+Blue) = 76+32+43=151 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50.33% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 76 - color contains mainly: red. Hex color #4C202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C202B is #B3DFD4. Grayscale: #2E2E2E. Windows color (decimal): -11788245 or 2826316. OLE color: 2826316.
HSL color Cylindrical-coordinate representation of color #4C202B: hue angle of 345º 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 #4C202B is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 32 | 43 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.70 |
| HSL | 345º | 0.41% | 0.21% | - |
| HSV(B) | 345º | 0.58% | 0.3% | - |
| XYZ | 3.93 | 2.74 | 2.61 | - |
| YUV | 46.41 | 126.08 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 32 | 43 | 0 | 0.58 | 0.43 | 0.70 | 345 | 0.41 | 0.21 |
| Hex | 4C | 20 | 2B | 0 | 3A | 2B | 46 | 159 | 29 | 15 |
| Octal | 114 | 40 | 53 | 0 | 72 | 53 | 106 | 531 | 51 | 25 |
| Binary | 1001100 | 100000 | 101011 | 0 | 111010 | 101011 | 1000110 | 101011001 | 101001 | 10101 |
Color Harmonies of #4C202B
Complementary color
Monochromatic Colors of #4C202B
Black with #4C202B
Text Example
Text Example
White with #4C202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C202B; }
p { color: rgb(76,32,43); }
H1.HeaderClassName
{
color: #4C202B;
}
.AnyTagClassName
{
color: #4C202B;
}
</style>
background-color css
<style>
a { background-color: #4C202B; }
a { background-color: rgb(76,32,43); }
div.DivClassName
{
background-color: #4C202B;
}
.BgClassName
{
background-color: #4C202B;
}
</style>
border-color css
<style>
span { border-color: #4C202B; }
span { border-color: rgb(76,32,43); }
td.TdClassName
{
border-color: #4C202B;
}
.TagClassName
{
border-color: #4C202B;
}
</style>