Shades of Bordeaux #4A161B
Tints of Bordeaux #4A161B
RGB
CMYK
RGB Variations
Color information
#4A161B (or 0x4A161B) is known color: Bordeaux. HEX triplet: 4A, 16 and 1B. RGB value is (74,22,27). Sum of RGB (Red+Green+Blue) = 74+22+27=123 (16% of max value = 765). Red value is 74 (29.30% from 255 or 60.16% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 74 - color contains mainly: red. Hex color #4A161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A161B is #B5E9E4. Grayscale: #262626. Windows color (decimal): -11921893 or 1775178. OLE color: 1775178.
HSL color Cylindrical-coordinate representation of color #4A161B: hue angle of 354.23º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A161B is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 22 | 27 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.71 |
| HSL | 354.23º | 0.54% | 0.19% | - |
| HSV(B) | 354.23º | 0.7% | 0.29% | - |
| XYZ | 3.31 | 2.11 | 1.27 | - |
| YUV | 38.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 22 | 27 | 0 | 0.70 | 0.64 | 0.71 | 354.23 | 0.54 | 0.19 |
| Hex | 4A | 16 | 1B | 0 | 46 | 40 | 47 | 162 | 36 | 13 |
| Octal | 112 | 26 | 33 | 0 | 106 | 100 | 107 | 542 | 66 | 23 |
| Binary | 1001010 | 10110 | 11011 | 0 | 1000110 | 1000000 | 1000111 | 101100010 | 110110 | 10011 |
Color Harmonies of #4A161B
Complementary color
Monochromatic Colors of #4A161B
Black with #4A161B
Text Example
Text Example
White with #4A161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A161B; }
p { color: rgb(74,22,27); }
H1.HeaderClassName
{
color: #4A161B;
}
.AnyTagClassName
{
color: #4A161B;
}
</style>
background-color css
<style>
a { background-color: #4A161B; }
a { background-color: rgb(74,22,27); }
div.DivClassName
{
background-color: #4A161B;
}
.BgClassName
{
background-color: #4A161B;
}
</style>
border-color css
<style>
span { border-color: #4A161B; }
span { border-color: rgb(74,22,27); }
td.TdClassName
{
border-color: #4A161B;
}
.TagClassName
{
border-color: #4A161B;
}
</style>