Shades of Bordeaux #4E1621
Tints of Bordeaux #4E1621
RGB
CMYK
RGB Variations
Color information
#4E1621 (or 0x4E1621) is known color: Bordeaux. HEX triplet: 4E, 16 and 21. RGB value is (78,22,33). Sum of RGB (Red+Green+Blue) = 78+22+33=133 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.65% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1621 is #B1E9DE. Grayscale: #282828. Windows color (decimal): -11659743 or 2168398. OLE color: 2168398.
HSL color Cylindrical-coordinate representation of color #4E1621: hue angle of 348.21º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E1621 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 22 | 33 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.69 |
| HSL | 348.21º | 0.56% | 0.2% | - |
| HSV(B) | 348.21º | 0.72% | 0.31% | - |
| XYZ | 3.7 | 2.3 | 1.69 | - |
| YUV | 40 | 124.05 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 33 | 0 | 0.72 | 0.58 | 0.69 | 348.21 | 0.56 | 0.2 |
| Hex | 4E | 16 | 21 | 0 | 48 | 3A | 45 | 15C | 38 | 14 |
| Octal | 116 | 26 | 41 | 0 | 110 | 72 | 105 | 534 | 70 | 24 |
| Binary | 1001110 | 10110 | 100001 | 0 | 1001000 | 111010 | 1000101 | 101011100 | 111000 | 10100 |
Color Harmonies of #4E1621
Complementary color
Monochromatic Colors of #4E1621
Black with #4E1621
Text Example
Text Example
White with #4E1621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1621; }
p { color: rgb(78,22,33); }
H1.HeaderClassName
{
color: #4E1621;
}
.AnyTagClassName
{
color: #4E1621;
}
</style>
background-color css
<style>
a { background-color: #4E1621; }
a { background-color: rgb(78,22,33); }
div.DivClassName
{
background-color: #4E1621;
}
.BgClassName
{
background-color: #4E1621;
}
</style>
border-color css
<style>
span { border-color: #4E1621; }
span { border-color: rgb(78,22,33); }
td.TdClassName
{
border-color: #4E1621;
}
.TagClassName
{
border-color: #4E1621;
}
</style>