Shades of Bordeaux #4A111E
Tints of Bordeaux #4A111E
RGB
CMYK
RGB Variations
Color information
#4A111E (or 0x4A111E) is known color: Bordeaux. HEX triplet: 4A, 11 and 1E. RGB value is (74,17,30). Sum of RGB (Red+Green+Blue) = 74+17+30=121 (16% of max value = 765). Red value is 74 (29.30% from 255 or 61.16% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 74 - color contains mainly: red. Hex color #4A111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A111E is #B5EEE1. Grayscale: #232323. Windows color (decimal): -11923170 or 1970506. OLE color: 1970506.
HSL color Cylindrical-coordinate representation of color #4A111E: hue angle of 346.32º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A111E is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 17 | 30 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.71 |
| HSL | 346.32º | 0.63% | 0.18% | - |
| HSV(B) | 346.32º | 0.77% | 0.29% | - |
| XYZ | 3.26 | 1.95 | 1.43 | - |
| YUV | 35.53 | 124.88 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 17 | 30 | 0 | 0.77 | 0.59 | 0.71 | 346.32 | 0.63 | 0.18 |
| Hex | 4A | 11 | 1E | 0 | 4D | 3B | 47 | 15A | 3F | 12 |
| Octal | 112 | 21 | 36 | 0 | 115 | 73 | 107 | 532 | 77 | 22 |
| Binary | 1001010 | 10001 | 11110 | 0 | 1001101 | 111011 | 1000111 | 101011010 | 111111 | 10010 |
Color Harmonies of #4A111E
Complementary color
Monochromatic Colors of #4A111E
Black with #4A111E
Text Example
Text Example
White with #4A111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A111E; }
p { color: rgb(74,17,30); }
H1.HeaderClassName
{
color: #4A111E;
}
.AnyTagClassName
{
color: #4A111E;
}
</style>
background-color css
<style>
a { background-color: #4A111E; }
a { background-color: rgb(74,17,30); }
div.DivClassName
{
background-color: #4A111E;
}
.BgClassName
{
background-color: #4A111E;
}
</style>
border-color css
<style>
span { border-color: #4A111E; }
span { border-color: rgb(74,17,30); }
td.TdClassName
{
border-color: #4A111E;
}
.TagClassName
{
border-color: #4A111E;
}
</style>