Shades of Bordeaux #4A0514
Tints of Bordeaux #4A0514
RGB
CMYK
RGB Variations
Color information
#4A0514 (or 0x4A0514) is known color: Bordeaux. HEX triplet: 4A, 05 and 14. RGB value is (74,5,20). Sum of RGB (Red+Green+Blue) = 74+5+20=99 (13% of max value = 765). Red value is 74 (29.30% from 255 or 74.75% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 20 (8.20% from 255 or 20.20% from 99); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A0514 is #B5FAEB. Grayscale: #1B1B1B. Windows color (decimal): -11926252 or 1312074. OLE color: 1312074.
HSL color Cylindrical-coordinate representation of color #4A0514: hue angle of 346.96º 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 #4A0514 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 5 | 20 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.71 |
| HSL | 346.96º | 0.87% | 0.15% | - |
| HSV(B) | 346.96º | 0.93% | 0.29% | - |
| XYZ | 3 | 1.61 | 0.82 | - |
| YUV | 27.34 | 123.86 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 5 | 20 | 0 | 0.93 | 0.73 | 0.71 | 346.96 | 0.87 | 0.15 |
| Hex | 4A | 5 | 14 | 0 | 5D | 49 | 47 | 15B | 57 | F |
| Octal | 112 | 5 | 24 | 0 | 135 | 111 | 107 | 533 | 127 | 17 |
| Binary | 1001010 | 101 | 10100 | 0 | 1011101 | 1001001 | 1000111 | 101011011 | 1010111 | 1111 |
Color Harmonies of #4A0514
Complementary color
Monochromatic Colors of #4A0514
Black with #4A0514
Text Example
Text Example
White with #4A0514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0514; }
p { color: rgb(74,5,20); }
H1.HeaderClassName
{
color: #4A0514;
}
.AnyTagClassName
{
color: #4A0514;
}
</style>
background-color css
<style>
a { background-color: #4A0514; }
a { background-color: rgb(74,5,20); }
div.DivClassName
{
background-color: #4A0514;
}
.BgClassName
{
background-color: #4A0514;
}
</style>
border-color css
<style>
span { border-color: #4A0514; }
span { border-color: rgb(74,5,20); }
td.TdClassName
{
border-color: #4A0514;
}
.TagClassName
{
border-color: #4A0514;
}
</style>