Shades of Bordeaux #4A111B
Tints of Bordeaux #4A111B
RGB
CMYK
RGB Variations
Color information
#4A111B (or 0x4A111B) is known color: Bordeaux. HEX triplet: 4A, 11 and 1B. RGB value is (74,17,27). Sum of RGB (Red+Green+Blue) = 74+17+27=118 (15% of max value = 765). Red value is 74 (29.30% from 255 or 62.71% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 74 - color contains mainly: red. Hex color #4A111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A111B is #B5EEE4. Grayscale: #232323. Windows color (decimal): -11923173 or 1773898. OLE color: 1773898.
HSL color Cylindrical-coordinate representation of color #4A111B: hue angle of 349.47º 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 #4A111B is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 17 | 27 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.71 |
| HSL | 349.47º | 0.63% | 0.18% | - |
| HSV(B) | 349.47º | 0.77% | 0.29% | - |
| XYZ | 3.22 | 1.94 | 1.24 | - |
| YUV | 35.18 | 123.38 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 17 | 27 | 0 | 0.77 | 0.64 | 0.71 | 349.47 | 0.63 | 0.18 |
| Hex | 4A | 11 | 1B | 0 | 4D | 40 | 47 | 15D | 3F | 12 |
| Octal | 112 | 21 | 33 | 0 | 115 | 100 | 107 | 535 | 77 | 22 |
| Binary | 1001010 | 10001 | 11011 | 0 | 1001101 | 1000000 | 1000111 | 101011101 | 111111 | 10010 |
Color Harmonies of #4A111B
Complementary color
Monochromatic Colors of #4A111B
Black with #4A111B
Text Example
Text Example
White with #4A111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A111B; }
p { color: rgb(74,17,27); }
H1.HeaderClassName
{
color: #4A111B;
}
.AnyTagClassName
{
color: #4A111B;
}
</style>
background-color css
<style>
a { background-color: #4A111B; }
a { background-color: rgb(74,17,27); }
div.DivClassName
{
background-color: #4A111B;
}
.BgClassName
{
background-color: #4A111B;
}
</style>
border-color css
<style>
span { border-color: #4A111B; }
span { border-color: rgb(74,17,27); }
td.TdClassName
{
border-color: #4A111B;
}
.TagClassName
{
border-color: #4A111B;
}
</style>