Shades of Bordeaux #4B2129
Tints of Bordeaux #4B2129
RGB
CMYK
RGB Variations
Color information
#4B2129 (or 0x4B2129) is known color: Bordeaux. HEX triplet: 4B, 21 and 29. RGB value is (75,33,41). Sum of RGB (Red+Green+Blue) = 75+33+41=149 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50.34% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2129 is #B4DED6. Grayscale: #2E2E2E. Windows color (decimal): -11853527 or 2695499. OLE color: 2695499.
HSL color Cylindrical-coordinate representation of color #4B2129: hue angle of 348.57º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B2129 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 33 | 41 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.71 |
| HSL | 348.57º | 0.39% | 0.21% | - |
| HSV(B) | 348.57º | 0.56% | 0.29% | - |
| XYZ | 3.85 | 2.74 | 2.42 | - |
| YUV | 46.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 33 | 41 | 0 | 0.56 | 0.45 | 0.71 | 348.57 | 0.39 | 0.21 |
| Hex | 4B | 21 | 29 | 0 | 38 | 2D | 47 | 15D | 27 | 15 |
| Octal | 113 | 41 | 51 | 0 | 70 | 55 | 107 | 535 | 47 | 25 |
| Binary | 1001011 | 100001 | 101001 | 0 | 111000 | 101101 | 1000111 | 101011101 | 100111 | 10101 |
Color Harmonies of #4B2129
Complementary color
Monochromatic Colors of #4B2129
Black with #4B2129
Text Example
Text Example
White with #4B2129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2129; }
p { color: rgb(75,33,41); }
H1.HeaderClassName
{
color: #4B2129;
}
.AnyTagClassName
{
color: #4B2129;
}
</style>
background-color css
<style>
a { background-color: #4B2129; }
a { background-color: rgb(75,33,41); }
div.DivClassName
{
background-color: #4B2129;
}
.BgClassName
{
background-color: #4B2129;
}
</style>
border-color css
<style>
span { border-color: #4B2129; }
span { border-color: rgb(75,33,41); }
td.TdClassName
{
border-color: #4B2129;
}
.TagClassName
{
border-color: #4B2129;
}
</style>