Shades of Bordeaux #4B1117
Tints of Bordeaux #4B1117
RGB
CMYK
RGB Variations
Color information
#4B1117 (or 0x4B1117) is known color: Bordeaux. HEX triplet: 4B, 11 and 17. RGB value is (75,17,23). Sum of RGB (Red+Green+Blue) = 75+17+23=115 (15% of max value = 765). Red value is 75 (29.69% from 255 or 65.22% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 23 (9.38% from 255 or 20% from 115); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B1117 is #B4EEE8. Grayscale: #232323. Windows color (decimal): -11857641 or 1511755. OLE color: 1511755.
HSL color Cylindrical-coordinate representation of color #4B1117: hue angle of 353.79º 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 #4B1117 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 17 | 23 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.71 |
| HSL | 353.79º | 0.63% | 0.18% | - |
| HSV(B) | 353.79º | 0.77% | 0.29% | - |
| XYZ | 3.26 | 1.96 | 1.02 | - |
| YUV | 35.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 17 | 23 | 0 | 0.77 | 0.69 | 0.71 | 353.79 | 0.63 | 0.18 |
| Hex | 4B | 11 | 17 | 0 | 4D | 45 | 47 | 162 | 3F | 12 |
| Octal | 113 | 21 | 27 | 0 | 115 | 105 | 107 | 542 | 77 | 22 |
| Binary | 1001011 | 10001 | 10111 | 0 | 1001101 | 1000101 | 1000111 | 101100010 | 111111 | 10010 |
Color Harmonies of #4B1117
Complementary color
Monochromatic Colors of #4B1117
Black with #4B1117
Text Example
Text Example
White with #4B1117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1117; }
p { color: rgb(75,17,23); }
H1.HeaderClassName
{
color: #4B1117;
}
.AnyTagClassName
{
color: #4B1117;
}
</style>
background-color css
<style>
a { background-color: #4B1117; }
a { background-color: rgb(75,17,23); }
div.DivClassName
{
background-color: #4B1117;
}
.BgClassName
{
background-color: #4B1117;
}
</style>
border-color css
<style>
span { border-color: #4B1117; }
span { border-color: rgb(75,17,23); }
td.TdClassName
{
border-color: #4B1117;
}
.TagClassName
{
border-color: #4B1117;
}
</style>