Shades of Bordeaux #4C1822
Tints of Bordeaux #4C1822
RGB
CMYK
RGB Variations
Color information
#4C1822 (or 0x4C1822) is known color: Bordeaux. HEX triplet: 4C, 18 and 22. RGB value is (76,24,34). Sum of RGB (Red+Green+Blue) = 76+24+34=134 (17% of max value = 765). Red value is 76 (30.08% from 255 or 56.72% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1822 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1822 is #B3E7DD. Grayscale: #282828. Windows color (decimal): -11790302 or 2234444. OLE color: 2234444.
HSL color Cylindrical-coordinate representation of color #4C1822: hue angle of 348.46º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C1822 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 24 | 34 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.70 |
| HSL | 348.46º | 0.52% | 0.2% | - |
| HSV(B) | 348.46º | 0.68% | 0.3% | - |
| XYZ | 3.6 | 2.31 | 1.77 | - |
| YUV | 40.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 24 | 34 | 0 | 0.68 | 0.55 | 0.70 | 348.46 | 0.52 | 0.2 |
| Hex | 4C | 18 | 22 | 0 | 44 | 37 | 46 | 15C | 34 | 14 |
| Octal | 114 | 30 | 42 | 0 | 104 | 67 | 106 | 534 | 64 | 24 |
| Binary | 1001100 | 11000 | 100010 | 0 | 1000100 | 110111 | 1000110 | 101011100 | 110100 | 10100 |
Color Harmonies of #4C1822
Complementary color
Monochromatic Colors of #4C1822
Black with #4C1822
Text Example
Text Example
White with #4C1822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1822; }
p { color: rgb(76,24,34); }
H1.HeaderClassName
{
color: #4C1822;
}
.AnyTagClassName
{
color: #4C1822;
}
</style>
background-color css
<style>
a { background-color: #4C1822; }
a { background-color: rgb(76,24,34); }
div.DivClassName
{
background-color: #4C1822;
}
.BgClassName
{
background-color: #4C1822;
}
</style>
border-color css
<style>
span { border-color: #4C1822; }
span { border-color: rgb(76,24,34); }
td.TdClassName
{
border-color: #4C1822;
}
.TagClassName
{
border-color: #4C1822;
}
</style>