Shades of Bordeaux #4A111A
Tints of Bordeaux #4A111A
RGB
CMYK
RGB Variations
Color information
#4A111A (or 0x4A111A) is known color: Bordeaux. HEX triplet: 4A, 11 and 1A. RGB value is (74,17,26). Sum of RGB (Red+Green+Blue) = 74+17+26=117 (15% of max value = 765). Red value is 74 (29.30% from 255 or 63.25% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 74 - color contains mainly: red. Hex color #4A111A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A111A is #B5EEE5. Grayscale: #232323. Windows color (decimal): -11923174 or 1708362. OLE color: 1708362.
HSL color Cylindrical-coordinate representation of color #4A111A: hue angle of 350.53º 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 #4A111A is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 17 | 26 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.71 |
| HSL | 350.53º | 0.63% | 0.18% | - |
| HSV(B) | 350.53º | 0.77% | 0.29% | - |
| XYZ | 3.21 | 1.93 | 1.18 | - |
| YUV | 35.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 17 | 26 | 0 | 0.77 | 0.65 | 0.71 | 350.53 | 0.63 | 0.18 |
| Hex | 4A | 11 | 1A | 0 | 4D | 41 | 47 | 15F | 3F | 12 |
| Octal | 112 | 21 | 32 | 0 | 115 | 101 | 107 | 537 | 77 | 22 |
| Binary | 1001010 | 10001 | 11010 | 0 | 1001101 | 1000001 | 1000111 | 101011111 | 111111 | 10010 |
Color Harmonies of #4A111A
Complementary color
Monochromatic Colors of #4A111A
Black with #4A111A
Text Example
Text Example
White with #4A111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A111A; }
p { color: rgb(74,17,26); }
H1.HeaderClassName
{
color: #4A111A;
}
.AnyTagClassName
{
color: #4A111A;
}
</style>
background-color css
<style>
a { background-color: #4A111A; }
a { background-color: rgb(74,17,26); }
div.DivClassName
{
background-color: #4A111A;
}
.BgClassName
{
background-color: #4A111A;
}
</style>
border-color css
<style>
span { border-color: #4A111A; }
span { border-color: rgb(74,17,26); }
td.TdClassName
{
border-color: #4A111A;
}
.TagClassName
{
border-color: #4A111A;
}
</style>