Shades of Bordeaux #4B111D
Tints of Bordeaux #4B111D
RGB
CMYK
RGB Variations
Color information
#4B111D (or 0x4B111D) is known color: Bordeaux. HEX triplet: 4B, 11 and 1D. RGB value is (75,17,29). Sum of RGB (Red+Green+Blue) = 75+17+29=121 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.98% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 75 - color contains mainly: red. Hex color #4B111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B111D is #B4EEE2. Grayscale: #232323. Windows color (decimal): -11857635 or 1904971. OLE color: 1904971.
HSL color Cylindrical-coordinate representation of color #4B111D: hue angle of 347.59º 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 #4B111D is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 17 | 29 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.71 |
| HSL | 347.59º | 0.63% | 0.18% | - |
| HSV(B) | 347.59º | 0.77% | 0.29% | - |
| XYZ | 3.32 | 1.99 | 1.37 | - |
| YUV | 35.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 17 | 29 | 0 | 0.77 | 0.61 | 0.71 | 347.59 | 0.63 | 0.18 |
| Hex | 4B | 11 | 1D | 0 | 4D | 3D | 47 | 15C | 3F | 12 |
| Octal | 113 | 21 | 35 | 0 | 115 | 75 | 107 | 534 | 77 | 22 |
| Binary | 1001011 | 10001 | 11101 | 0 | 1001101 | 111101 | 1000111 | 101011100 | 111111 | 10010 |
Color Harmonies of #4B111D
Complementary color
Monochromatic Colors of #4B111D
Black with #4B111D
Text Example
Text Example
White with #4B111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B111D; }
p { color: rgb(75,17,29); }
H1.HeaderClassName
{
color: #4B111D;
}
.AnyTagClassName
{
color: #4B111D;
}
</style>
background-color css
<style>
a { background-color: #4B111D; }
a { background-color: rgb(75,17,29); }
div.DivClassName
{
background-color: #4B111D;
}
.BgClassName
{
background-color: #4B111D;
}
</style>
border-color css
<style>
span { border-color: #4B111D; }
span { border-color: rgb(75,17,29); }
td.TdClassName
{
border-color: #4B111D;
}
.TagClassName
{
border-color: #4B111D;
}
</style>