Shades of Bordeaux #4B111B
Tints of Bordeaux #4B111B
RGB
CMYK
RGB Variations
Color information
#4B111B (or 0x4B111B) is known color: Bordeaux. HEX triplet: 4B, 11 and 1B. RGB value is (75,17,27). Sum of RGB (Red+Green+Blue) = 75+17+27=119 (15% of max value = 765). Red value is 75 (29.69% from 255 or 63.03% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 75 - color contains mainly: red. Hex color #4B111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B111B is #B4EEE4. Grayscale: #232323. Windows color (decimal): -11857637 or 1773899. OLE color: 1773899.
HSL color Cylindrical-coordinate representation of color #4B111B: hue angle of 349.66º 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 #4B111B is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 17 | 27 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.71 |
| HSL | 349.66º | 0.63% | 0.18% | - |
| HSV(B) | 349.66º | 0.77% | 0.29% | - |
| XYZ | 3.3 | 1.98 | 1.24 | - |
| YUV | 35.48 | 123.22 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 17 | 27 | 0 | 0.77 | 0.64 | 0.71 | 349.66 | 0.63 | 0.18 |
| Hex | 4B | 11 | 1B | 0 | 4D | 40 | 47 | 15E | 3F | 12 |
| Octal | 113 | 21 | 33 | 0 | 115 | 100 | 107 | 536 | 77 | 22 |
| Binary | 1001011 | 10001 | 11011 | 0 | 1001101 | 1000000 | 1000111 | 101011110 | 111111 | 10010 |
Color Harmonies of #4B111B
Complementary color
Monochromatic Colors of #4B111B
Black with #4B111B
Text Example
Text Example
White with #4B111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B111B; }
p { color: rgb(75,17,27); }
H1.HeaderClassName
{
color: #4B111B;
}
.AnyTagClassName
{
color: #4B111B;
}
</style>
background-color css
<style>
a { background-color: #4B111B; }
a { background-color: rgb(75,17,27); }
div.DivClassName
{
background-color: #4B111B;
}
.BgClassName
{
background-color: #4B111B;
}
</style>
border-color css
<style>
span { border-color: #4B111B; }
span { border-color: rgb(75,17,27); }
td.TdClassName
{
border-color: #4B111B;
}
.TagClassName
{
border-color: #4B111B;
}
</style>