Shades of Bordeaux #4E1922
Tints of Bordeaux #4E1922
RGB
CMYK
RGB Variations
Color information
#4E1922 (or 0x4E1922) is known color: Bordeaux. HEX triplet: 4E, 19 and 22. RGB value is (78,25,34). Sum of RGB (Red+Green+Blue) = 78+25+34=137 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.93% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1922 is #B1E6DD. Grayscale: #292929. Windows color (decimal): -11658974 or 2234702. OLE color: 2234702.
HSL color Cylindrical-coordinate representation of color #4E1922: hue angle of 349.81º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E1922 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 25 | 34 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.69 |
| HSL | 349.81º | 0.51% | 0.2% | - |
| HSV(B) | 349.81º | 0.68% | 0.31% | - |
| XYZ | 3.78 | 2.43 | 1.78 | - |
| YUV | 41.87 | 123.56 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 25 | 34 | 0 | 0.68 | 0.56 | 0.69 | 349.81 | 0.51 | 0.2 |
| Hex | 4E | 19 | 22 | 0 | 44 | 38 | 45 | 15E | 33 | 14 |
| Octal | 116 | 31 | 42 | 0 | 104 | 70 | 105 | 536 | 63 | 24 |
| Binary | 1001110 | 11001 | 100010 | 0 | 1000100 | 111000 | 1000101 | 101011110 | 110011 | 10100 |
Color Harmonies of #4E1922
Complementary color
Monochromatic Colors of #4E1922
Black with #4E1922
Text Example
Text Example
White with #4E1922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1922; }
p { color: rgb(78,25,34); }
H1.HeaderClassName
{
color: #4E1922;
}
.AnyTagClassName
{
color: #4E1922;
}
</style>
background-color css
<style>
a { background-color: #4E1922; }
a { background-color: rgb(78,25,34); }
div.DivClassName
{
background-color: #4E1922;
}
.BgClassName
{
background-color: #4E1922;
}
</style>
border-color css
<style>
span { border-color: #4E1922; }
span { border-color: rgb(78,25,34); }
td.TdClassName
{
border-color: #4E1922;
}
.TagClassName
{
border-color: #4E1922;
}
</style>