Shades of Bordeaux #4C1221
Tints of Bordeaux #4C1221
RGB
CMYK
RGB Variations
Color information
#4C1221 (or 0x4C1221) is known color: Bordeaux. HEX triplet: 4C, 12 and 21. RGB value is (76,18,33). Sum of RGB (Red+Green+Blue) = 76+18+33=127 (16% of max value = 765). Red value is 76 (30.08% from 255 or 59.84% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1221 is #B3EDDE. Grayscale: #252525. Windows color (decimal): -11791839 or 2167372. OLE color: 2167372.
HSL color Cylindrical-coordinate representation of color #4C1221: hue angle of 344.48º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C1221 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 18 | 33 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.70 |
| HSL | 344.48º | 0.62% | 0.18% | - |
| HSV(B) | 344.48º | 0.76% | 0.3% | - |
| XYZ | 3.47 | 2.08 | 1.66 | - |
| YUV | 37.05 | 125.72 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 18 | 33 | 0 | 0.76 | 0.57 | 0.70 | 344.48 | 0.62 | 0.18 |
| Hex | 4C | 12 | 21 | 0 | 4C | 39 | 46 | 158 | 3E | 12 |
| Octal | 114 | 22 | 41 | 0 | 114 | 71 | 106 | 530 | 76 | 22 |
| Binary | 1001100 | 10010 | 100001 | 0 | 1001100 | 111001 | 1000110 | 101011000 | 111110 | 10010 |
Color Harmonies of #4C1221
Complementary color
Monochromatic Colors of #4C1221
Black with #4C1221
Text Example
Text Example
White with #4C1221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1221; }
p { color: rgb(76,18,33); }
H1.HeaderClassName
{
color: #4C1221;
}
.AnyTagClassName
{
color: #4C1221;
}
</style>
background-color css
<style>
a { background-color: #4C1221; }
a { background-color: rgb(76,18,33); }
div.DivClassName
{
background-color: #4C1221;
}
.BgClassName
{
background-color: #4C1221;
}
</style>
border-color css
<style>
span { border-color: #4C1221; }
span { border-color: rgb(76,18,33); }
td.TdClassName
{
border-color: #4C1221;
}
.TagClassName
{
border-color: #4C1221;
}
</style>