Shades of Bordeaux #4B1122
Tints of Bordeaux #4B1122
RGB
CMYK
RGB Variations
Color information
#4B1122 (or 0x4B1122) is known color: Bordeaux. HEX triplet: 4B, 11 and 22. RGB value is (75,17,34). Sum of RGB (Red+Green+Blue) = 75+17+34=126 (16% of max value = 765). Red value is 75 (29.69% from 255 or 59.52% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1122 is #B4EEDD. Grayscale: #242424. Windows color (decimal): -11857630 or 2232651. OLE color: 2232651.
HSL color Cylindrical-coordinate representation of color #4B1122: hue angle of 342.41º 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 #4B1122 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 17 | 34 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.71 |
| HSL | 342.41º | 0.63% | 0.18% | - |
| HSV(B) | 342.41º | 0.77% | 0.29% | - |
| XYZ | 3.39 | 2.01 | 1.72 | - |
| YUV | 36.28 | 126.72 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 17 | 34 | 0 | 0.77 | 0.55 | 0.71 | 342.41 | 0.63 | 0.18 |
| Hex | 4B | 11 | 22 | 0 | 4D | 37 | 47 | 156 | 3F | 12 |
| Octal | 113 | 21 | 42 | 0 | 115 | 67 | 107 | 526 | 77 | 22 |
| Binary | 1001011 | 10001 | 100010 | 0 | 1001101 | 110111 | 1000111 | 101010110 | 111111 | 10010 |
Color Harmonies of #4B1122
Complementary color
Monochromatic Colors of #4B1122
Black with #4B1122
Text Example
Text Example
White with #4B1122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1122; }
p { color: rgb(75,17,34); }
H1.HeaderClassName
{
color: #4B1122;
}
.AnyTagClassName
{
color: #4B1122;
}
</style>
background-color css
<style>
a { background-color: #4B1122; }
a { background-color: rgb(75,17,34); }
div.DivClassName
{
background-color: #4B1122;
}
.BgClassName
{
background-color: #4B1122;
}
</style>
border-color css
<style>
span { border-color: #4B1122; }
span { border-color: rgb(75,17,34); }
td.TdClassName
{
border-color: #4B1122;
}
.TagClassName
{
border-color: #4B1122;
}
</style>