Shades of Bordeaux #4B2027
Tints of Bordeaux #4B2027
RGB
CMYK
RGB Variations
Color information
#4B2027 (or 0x4B2027) is known color: Bordeaux. HEX triplet: 4B, 20 and 27. RGB value is (75,32,39). Sum of RGB (Red+Green+Blue) = 75+32+39=146 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.37% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2027 is #B4DFD8. Grayscale: #2D2D2D. Windows color (decimal): -11853785 or 2564171. OLE color: 2564171.
HSL color Cylindrical-coordinate representation of color #4B2027: hue angle of 350.23º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B2027 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 32 | 39 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.71 |
| HSL | 350.23º | 0.4% | 0.21% | - |
| HSV(B) | 350.23º | 0.57% | 0.29% | - |
| XYZ | 3.78 | 2.68 | 2.24 | - |
| YUV | 45.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 32 | 39 | 0 | 0.57 | 0.48 | 0.71 | 350.23 | 0.4 | 0.21 |
| Hex | 4B | 20 | 27 | 0 | 39 | 30 | 47 | 15E | 28 | 15 |
| Octal | 113 | 40 | 47 | 0 | 71 | 60 | 107 | 536 | 50 | 25 |
| Binary | 1001011 | 100000 | 100111 | 0 | 111001 | 110000 | 1000111 | 101011110 | 101000 | 10101 |
Color Harmonies of #4B2027
Complementary color
Monochromatic Colors of #4B2027
Black with #4B2027
Text Example
Text Example
White with #4B2027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2027; }
p { color: rgb(75,32,39); }
H1.HeaderClassName
{
color: #4B2027;
}
.AnyTagClassName
{
color: #4B2027;
}
</style>
background-color css
<style>
a { background-color: #4B2027; }
a { background-color: rgb(75,32,39); }
div.DivClassName
{
background-color: #4B2027;
}
.BgClassName
{
background-color: #4B2027;
}
</style>
border-color css
<style>
span { border-color: #4B2027; }
span { border-color: rgb(75,32,39); }
td.TdClassName
{
border-color: #4B2027;
}
.TagClassName
{
border-color: #4B2027;
}
</style>