Shades of Bordeaux #4E1B21
Tints of Bordeaux #4E1B21
RGB
CMYK
RGB Variations
Color information
#4E1B21 (or 0x4E1B21) is known color: Bordeaux. HEX triplet: 4E, 1B and 21. RGB value is (78,27,33). Sum of RGB (Red+Green+Blue) = 78+27+33=138 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.52% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1B21 is #B1E4DE. Grayscale: #2A2A2A. Windows color (decimal): -11658463 or 2169678. OLE color: 2169678.
HSL color Cylindrical-coordinate representation of color #4E1B21: hue angle of 352.94º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E1B21 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 27 | 33 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.69 |
| HSL | 352.94º | 0.49% | 0.21% | - |
| HSV(B) | 352.94º | 0.65% | 0.31% | - |
| XYZ | 3.81 | 2.51 | 1.72 | - |
| YUV | 42.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 27 | 33 | 0 | 0.65 | 0.58 | 0.69 | 352.94 | 0.49 | 0.21 |
| Hex | 4E | 1B | 21 | 0 | 41 | 3A | 45 | 161 | 31 | 15 |
| Octal | 116 | 33 | 41 | 0 | 101 | 72 | 105 | 541 | 61 | 25 |
| Binary | 1001110 | 11011 | 100001 | 0 | 1000001 | 111010 | 1000101 | 101100001 | 110001 | 10101 |
Color Harmonies of #4E1B21
Complementary color
Monochromatic Colors of #4E1B21
Black with #4E1B21
Text Example
Text Example
White with #4E1B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1B21; }
p { color: rgb(78,27,33); }
H1.HeaderClassName
{
color: #4E1B21;
}
.AnyTagClassName
{
color: #4E1B21;
}
</style>
background-color css
<style>
a { background-color: #4E1B21; }
a { background-color: rgb(78,27,33); }
div.DivClassName
{
background-color: #4E1B21;
}
.BgClassName
{
background-color: #4E1B21;
}
</style>
border-color css
<style>
span { border-color: #4E1B21; }
span { border-color: rgb(78,27,33); }
td.TdClassName
{
border-color: #4E1B21;
}
.TagClassName
{
border-color: #4E1B21;
}
</style>