Shades of Bordeaux #4B2128
Tints of Bordeaux #4B2128
RGB
CMYK
RGB Variations
Color information
#4B2128 (or 0x4B2128) is known color: Bordeaux. HEX triplet: 4B, 21 and 28. RGB value is (75,33,40). Sum of RGB (Red+Green+Blue) = 75+33+40=148 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50.68% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2128 is #B4DED7. Grayscale: #2E2E2E. Windows color (decimal): -11853528 or 2629963. OLE color: 2629963.
HSL color Cylindrical-coordinate representation of color #4B2128: hue angle of 350º 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 #4B2128 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 33 | 40 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.71 |
| HSL | 350º | 0.39% | 0.21% | - |
| HSV(B) | 350º | 0.56% | 0.29% | - |
| XYZ | 3.83 | 2.74 | 2.33 | - |
| YUV | 46.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 33 | 40 | 0 | 0.56 | 0.47 | 0.71 | 350 | 0.39 | 0.21 |
| Hex | 4B | 21 | 28 | 0 | 38 | 2F | 47 | 15E | 27 | 15 |
| Octal | 113 | 41 | 50 | 0 | 70 | 57 | 107 | 536 | 47 | 25 |
| Binary | 1001011 | 100001 | 101000 | 0 | 111000 | 101111 | 1000111 | 101011110 | 100111 | 10101 |
Color Harmonies of #4B2128
Complementary color
Monochromatic Colors of #4B2128
Black with #4B2128
Text Example
Text Example
White with #4B2128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2128; }
p { color: rgb(75,33,40); }
H1.HeaderClassName
{
color: #4B2128;
}
.AnyTagClassName
{
color: #4B2128;
}
</style>
background-color css
<style>
a { background-color: #4B2128; }
a { background-color: rgb(75,33,40); }
div.DivClassName
{
background-color: #4B2128;
}
.BgClassName
{
background-color: #4B2128;
}
</style>
border-color css
<style>
span { border-color: #4B2128; }
span { border-color: rgb(75,33,40); }
td.TdClassName
{
border-color: #4B2128;
}
.TagClassName
{
border-color: #4B2128;
}
</style>