Shades of Bordeaux #4B111C
Tints of Bordeaux #4B111C
RGB
CMYK
RGB Variations
Color information
#4B111C (or 0x4B111C) is known color: Bordeaux. HEX triplet: 4B, 11 and 1C. RGB value is (75,17,28). Sum of RGB (Red+Green+Blue) = 75+17+28=120 (15% of max value = 765). Red value is 75 (29.69% from 255 or 62.5% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 75 - color contains mainly: red. Hex color #4B111C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B111C is #B4EEE3. Grayscale: #232323. Windows color (decimal): -11857636 or 1839435. OLE color: 1839435.
HSL color Cylindrical-coordinate representation of color #4B111C: hue angle of 348.62º 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 #4B111C is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 17 | 28 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.71 |
| HSL | 348.62º | 0.63% | 0.18% | - |
| HSV(B) | 348.62º | 0.77% | 0.29% | - |
| XYZ | 3.31 | 1.98 | 1.31 | - |
| YUV | 35.6 | 123.72 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 17 | 28 | 0 | 0.77 | 0.63 | 0.71 | 348.62 | 0.63 | 0.18 |
| Hex | 4B | 11 | 1C | 0 | 4D | 3F | 47 | 15D | 3F | 12 |
| Octal | 113 | 21 | 34 | 0 | 115 | 77 | 107 | 535 | 77 | 22 |
| Binary | 1001011 | 10001 | 11100 | 0 | 1001101 | 111111 | 1000111 | 101011101 | 111111 | 10010 |
Color Harmonies of #4B111C
Complementary color
Monochromatic Colors of #4B111C
Black with #4B111C
Text Example
Text Example
White with #4B111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B111C; }
p { color: rgb(75,17,28); }
H1.HeaderClassName
{
color: #4B111C;
}
.AnyTagClassName
{
color: #4B111C;
}
</style>
background-color css
<style>
a { background-color: #4B111C; }
a { background-color: rgb(75,17,28); }
div.DivClassName
{
background-color: #4B111C;
}
.BgClassName
{
background-color: #4B111C;
}
</style>
border-color css
<style>
span { border-color: #4B111C; }
span { border-color: rgb(75,17,28); }
td.TdClassName
{
border-color: #4B111C;
}
.TagClassName
{
border-color: #4B111C;
}
</style>