Shades of Bordeaux #4E031F
Tints of Bordeaux #4E031F
RGB
CMYK
RGB Variations
Color information
#4E031F (or 0x4E031F) is known color: Bordeaux. HEX triplet: 4E, 03 and 1F. RGB value is (78,3,31). Sum of RGB (Red+Green+Blue) = 78+3+31=112 (14% of max value = 765). Red value is 78 (30.86% from 255 or 69.64% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 78 - color contains mainly: red. Hex color #4E031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E031F is #B1FCE0. Grayscale: #1C1C1C. Windows color (decimal): -11664609 or 2032462. OLE color: 2032462.
HSL color Cylindrical-coordinate representation of color #4E031F: hue angle of 337.6º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E031F is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 3 | 31 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.69 |
| HSL | 337.6º | 0.93% | 0.16% | - |
| HSV(B) | 337.6º | 0.96% | 0.31% | - |
| XYZ | 3.42 | 1.78 | 1.46 | - |
| YUV | 28.62 | 129.35 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 3 | 31 | 0 | 0.96 | 0.60 | 0.69 | 337.6 | 0.93 | 0.16 |
| Hex | 4E | 3 | 1F | 0 | 60 | 3C | 45 | 152 | 5D | 10 |
| Octal | 116 | 3 | 37 | 0 | 140 | 74 | 105 | 522 | 135 | 20 |
| Binary | 1001110 | 11 | 11111 | 0 | 1100000 | 111100 | 1000101 | 101010010 | 1011101 | 10000 |
Color Harmonies of #4E031F
Complementary color
Monochromatic Colors of #4E031F
Black with #4E031F
Text Example
Text Example
White with #4E031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E031F; }
p { color: rgb(78,3,31); }
H1.HeaderClassName
{
color: #4E031F;
}
.AnyTagClassName
{
color: #4E031F;
}
</style>
background-color css
<style>
a { background-color: #4E031F; }
a { background-color: rgb(78,3,31); }
div.DivClassName
{
background-color: #4E031F;
}
.BgClassName
{
background-color: #4E031F;
}
</style>
border-color css
<style>
span { border-color: #4E031F; }
span { border-color: rgb(78,3,31); }
td.TdClassName
{
border-color: #4E031F;
}
.TagClassName
{
border-color: #4E031F;
}
</style>