Shades of Bordeaux #4C1324
Tints of Bordeaux #4C1324
RGB
CMYK
RGB Variations
Color information
#4C1324 (or 0x4C1324) is known color: Bordeaux. HEX triplet: 4C, 13 and 24. RGB value is (76,19,36). Sum of RGB (Red+Green+Blue) = 76+19+36=131 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.02% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1324 is #B3ECDB. Grayscale: #252525. Windows color (decimal): -11791580 or 2364236. OLE color: 2364236.
HSL color Cylindrical-coordinate representation of color #4C1324: hue angle of 342.11º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C1324 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 19 | 36 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.70 |
| HSL | 342.11º | 0.6% | 0.19% | - |
| HSV(B) | 342.11º | 0.75% | 0.3% | - |
| XYZ | 3.53 | 2.13 | 1.89 | - |
| YUV | 37.98 | 126.88 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 19 | 36 | 0 | 0.75 | 0.53 | 0.70 | 342.11 | 0.6 | 0.19 |
| Hex | 4C | 13 | 24 | 0 | 4B | 35 | 46 | 156 | 3C | 13 |
| Octal | 114 | 23 | 44 | 0 | 113 | 65 | 106 | 526 | 74 | 23 |
| Binary | 1001100 | 10011 | 100100 | 0 | 1001011 | 110101 | 1000110 | 101010110 | 111100 | 10011 |
Color Harmonies of #4C1324
Complementary color
Monochromatic Colors of #4C1324
Black with #4C1324
Text Example
Text Example
White with #4C1324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1324; }
p { color: rgb(76,19,36); }
H1.HeaderClassName
{
color: #4C1324;
}
.AnyTagClassName
{
color: #4C1324;
}
</style>
background-color css
<style>
a { background-color: #4C1324; }
a { background-color: rgb(76,19,36); }
div.DivClassName
{
background-color: #4C1324;
}
.BgClassName
{
background-color: #4C1324;
}
</style>
border-color css
<style>
span { border-color: #4C1324; }
span { border-color: rgb(76,19,36); }
td.TdClassName
{
border-color: #4C1324;
}
.TagClassName
{
border-color: #4C1324;
}
</style>