Shades of Bordeaux #4C1823
Tints of Bordeaux #4C1823
RGB
CMYK
RGB Variations
Color information
#4C1823 (or 0x4C1823) is known color: Bordeaux. HEX triplet: 4C, 18 and 23. RGB value is (76,24,35). Sum of RGB (Red+Green+Blue) = 76+24+35=135 (17% of max value = 765). Red value is 76 (30.08% from 255 or 56.30% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1823 is #B3E7DC. Grayscale: #282828. Windows color (decimal): -11790301 or 2299980. OLE color: 2299980.
HSL color Cylindrical-coordinate representation of color #4C1823: hue angle of 347.31º 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 #4C1823 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 24 | 35 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.70 |
| HSL | 347.31º | 0.52% | 0.2% | - |
| HSV(B) | 347.31º | 0.68% | 0.3% | - |
| XYZ | 3.61 | 2.31 | 1.85 | - |
| YUV | 40.8 | 124.73 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 24 | 35 | 0 | 0.68 | 0.54 | 0.70 | 347.31 | 0.52 | 0.2 |
| Hex | 4C | 18 | 23 | 0 | 44 | 36 | 46 | 15B | 34 | 14 |
| Octal | 114 | 30 | 43 | 0 | 104 | 66 | 106 | 533 | 64 | 24 |
| Binary | 1001100 | 11000 | 100011 | 0 | 1000100 | 110110 | 1000110 | 101011011 | 110100 | 10100 |
Color Harmonies of #4C1823
Complementary color
Monochromatic Colors of #4C1823
Black with #4C1823
Text Example
Text Example
White with #4C1823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1823; }
p { color: rgb(76,24,35); }
H1.HeaderClassName
{
color: #4C1823;
}
.AnyTagClassName
{
color: #4C1823;
}
</style>
background-color css
<style>
a { background-color: #4C1823; }
a { background-color: rgb(76,24,35); }
div.DivClassName
{
background-color: #4C1823;
}
.BgClassName
{
background-color: #4C1823;
}
</style>
border-color css
<style>
span { border-color: #4C1823; }
span { border-color: rgb(76,24,35); }
td.TdClassName
{
border-color: #4C1823;
}
.TagClassName
{
border-color: #4C1823;
}
</style>