Shades of Bordeaux #4C1522
Tints of Bordeaux #4C1522
RGB
CMYK
RGB Variations
Color information
#4C1522 (or 0x4C1522) is known color: Bordeaux. HEX triplet: 4C, 15 and 22. RGB value is (76,21,34). Sum of RGB (Red+Green+Blue) = 76+21+34=131 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.02% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1522 is #B3EADD. Grayscale: #262626. Windows color (decimal): -11791070 or 2233676. OLE color: 2233676.
HSL color Cylindrical-coordinate representation of color #4C1522: hue angle of 345.82º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C1522 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 21 | 34 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.70 |
| HSL | 345.82º | 0.57% | 0.19% | - |
| HSV(B) | 345.82º | 0.72% | 0.3% | - |
| XYZ | 3.54 | 2.19 | 1.75 | - |
| YUV | 38.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 21 | 34 | 0 | 0.72 | 0.55 | 0.70 | 345.82 | 0.57 | 0.19 |
| Hex | 4C | 15 | 22 | 0 | 48 | 37 | 46 | 15A | 39 | 13 |
| Octal | 114 | 25 | 42 | 0 | 110 | 67 | 106 | 532 | 71 | 23 |
| Binary | 1001100 | 10101 | 100010 | 0 | 1001000 | 110111 | 1000110 | 101011010 | 111001 | 10011 |
Color Harmonies of #4C1522
Complementary color
Monochromatic Colors of #4C1522
Black with #4C1522
Text Example
Text Example
White with #4C1522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1522; }
p { color: rgb(76,21,34); }
H1.HeaderClassName
{
color: #4C1522;
}
.AnyTagClassName
{
color: #4C1522;
}
</style>
background-color css
<style>
a { background-color: #4C1522; }
a { background-color: rgb(76,21,34); }
div.DivClassName
{
background-color: #4C1522;
}
.BgClassName
{
background-color: #4C1522;
}
</style>
border-color css
<style>
span { border-color: #4C1522; }
span { border-color: rgb(76,21,34); }
td.TdClassName
{
border-color: #4C1522;
}
.TagClassName
{
border-color: #4C1522;
}
</style>