Shades of Bordeaux #4A0516
Tints of Bordeaux #4A0516
RGB
CMYK
RGB Variations
Color information
#4A0516 (or 0x4A0516) is known color: Bordeaux. HEX triplet: 4A, 05 and 16. RGB value is (74,5,22). Sum of RGB (Red+Green+Blue) = 74+5+22=101 (13% of max value = 765). Red value is 74 (29.30% from 255 or 73.27% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A0516 is #B5FAE9. Grayscale: #1B1B1B. Windows color (decimal): -11926250 or 1443146. OLE color: 1443146.
HSL color Cylindrical-coordinate representation of color #4A0516: hue angle of 345.22º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A0516 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 5 | 22 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.71 |
| HSL | 345.22º | 0.87% | 0.15% | - |
| HSV(B) | 345.22º | 0.93% | 0.29% | - |
| XYZ | 3.02 | 1.62 | 0.91 | - |
| YUV | 27.57 | 124.86 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 5 | 22 | 0 | 0.93 | 0.70 | 0.71 | 345.22 | 0.87 | 0.15 |
| Hex | 4A | 5 | 16 | 0 | 5D | 46 | 47 | 159 | 57 | F |
| Octal | 112 | 5 | 26 | 0 | 135 | 106 | 107 | 531 | 127 | 17 |
| Binary | 1001010 | 101 | 10110 | 0 | 1011101 | 1000110 | 1000111 | 101011001 | 1010111 | 1111 |
Color Harmonies of #4A0516
Complementary color
Monochromatic Colors of #4A0516
Black with #4A0516
Text Example
Text Example
White with #4A0516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0516; }
p { color: rgb(74,5,22); }
H1.HeaderClassName
{
color: #4A0516;
}
.AnyTagClassName
{
color: #4A0516;
}
</style>
background-color css
<style>
a { background-color: #4A0516; }
a { background-color: rgb(74,5,22); }
div.DivClassName
{
background-color: #4A0516;
}
.BgClassName
{
background-color: #4A0516;
}
</style>
border-color css
<style>
span { border-color: #4A0516; }
span { border-color: rgb(74,5,22); }
td.TdClassName
{
border-color: #4A0516;
}
.TagClassName
{
border-color: #4A0516;
}
</style>