Shades of Bordeaux #4B1B22
Tints of Bordeaux #4B1B22
RGB
CMYK
RGB Variations
Color information
#4B1B22 (or 0x4B1B22) is known color: Bordeaux. HEX triplet: 4B, 1B and 22. RGB value is (75,27,34). Sum of RGB (Red+Green+Blue) = 75+27+34=136 (18% of max value = 765). Red value is 75 (29.69% from 255 or 55.15% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1B22 is #B4E4DD. Grayscale: #2A2A2A. Windows color (decimal): -11855070 or 2235211. OLE color: 2235211.
HSL color Cylindrical-coordinate representation of color #4B1B22: hue angle of 351.25º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B1B22 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 27 | 34 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.71 |
| HSL | 351.25º | 0.47% | 0.2% | - |
| HSV(B) | 351.25º | 0.64% | 0.29% | - |
| XYZ | 3.58 | 2.4 | 1.79 | - |
| YUV | 42.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 27 | 34 | 0 | 0.64 | 0.55 | 0.71 | 351.25 | 0.47 | 0.2 |
| Hex | 4B | 1B | 22 | 0 | 40 | 37 | 47 | 15F | 2F | 14 |
| Octal | 113 | 33 | 42 | 0 | 100 | 67 | 107 | 537 | 57 | 24 |
| Binary | 1001011 | 11011 | 100010 | 0 | 1000000 | 110111 | 1000111 | 101011111 | 101111 | 10100 |
Color Harmonies of #4B1B22
Complementary color
Monochromatic Colors of #4B1B22
Black with #4B1B22
Text Example
Text Example
White with #4B1B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1B22; }
p { color: rgb(75,27,34); }
H1.HeaderClassName
{
color: #4B1B22;
}
.AnyTagClassName
{
color: #4B1B22;
}
</style>
background-color css
<style>
a { background-color: #4B1B22; }
a { background-color: rgb(75,27,34); }
div.DivClassName
{
background-color: #4B1B22;
}
.BgClassName
{
background-color: #4B1B22;
}
</style>
border-color css
<style>
span { border-color: #4B1B22; }
span { border-color: rgb(75,27,34); }
td.TdClassName
{
border-color: #4B1B22;
}
.TagClassName
{
border-color: #4B1B22;
}
</style>