Shades of Bordeaux #4B0A16
Tints of Bordeaux #4B0A16
RGB
CMYK
RGB Variations
Color information
#4B0A16 (or 0x4B0A16) is known color: Bordeaux. HEX triplet: 4B, 0A and 16. RGB value is (75,10,22). Sum of RGB (Red+Green+Blue) = 75+10+22=107 (14% of max value = 765). Red value is 75 (29.69% from 255 or 70.09% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0A16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0A16 is #B4F5E9. Grayscale: #1E1E1E. Windows color (decimal): -11859434 or 1444427. OLE color: 1444427.
HSL color Cylindrical-coordinate representation of color #4B0A16: hue angle of 348.92º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4B0A16 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 10 | 22 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.71 |
| HSL | 348.92º | 0.76% | 0.17% | - |
| HSV(B) | 348.92º | 0.87% | 0.29% | - |
| XYZ | 3.16 | 1.77 | 0.93 | - |
| YUV | 30.8 | 123.03 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 10 | 22 | 0 | 0.87 | 0.71 | 0.71 | 348.92 | 0.76 | 0.17 |
| Hex | 4B | A | 16 | 0 | 57 | 47 | 47 | 15D | 4C | 11 |
| Octal | 113 | 12 | 26 | 0 | 127 | 107 | 107 | 535 | 114 | 21 |
| Binary | 1001011 | 1010 | 10110 | 0 | 1010111 | 1000111 | 1000111 | 101011101 | 1001100 | 10001 |
Color Harmonies of #4B0A16
Complementary color
Monochromatic Colors of #4B0A16
Black with #4B0A16
Text Example
Text Example
White with #4B0A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0A16; }
p { color: rgb(75,10,22); }
H1.HeaderClassName
{
color: #4B0A16;
}
.AnyTagClassName
{
color: #4B0A16;
}
</style>
background-color css
<style>
a { background-color: #4B0A16; }
a { background-color: rgb(75,10,22); }
div.DivClassName
{
background-color: #4B0A16;
}
.BgClassName
{
background-color: #4B0A16;
}
</style>
border-color css
<style>
span { border-color: #4B0A16; }
span { border-color: rgb(75,10,22); }
td.TdClassName
{
border-color: #4B0A16;
}
.TagClassName
{
border-color: #4B0A16;
}
</style>