Shades of Bordeaux #4B1020
Tints of Bordeaux #4B1020
RGB
CMYK
RGB Variations
Color information
#4B1020 (or 0x4B1020) is known color: Bordeaux. HEX triplet: 4B, 10 and 20. RGB value is (75,16,32). Sum of RGB (Red+Green+Blue) = 75+16+32=123 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60.98% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1020 is #B4EFDF. Grayscale: #232323. Windows color (decimal): -11857888 or 2101323. OLE color: 2101323.
HSL color Cylindrical-coordinate representation of color #4B1020: hue angle of 343.73º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B1020 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 16 | 32 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.71 |
| HSL | 343.73º | 0.65% | 0.18% | - |
| HSV(B) | 343.73º | 0.79% | 0.29% | - |
| XYZ | 3.35 | 1.97 | 1.57 | - |
| YUV | 35.47 | 126.05 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 16 | 32 | 0 | 0.79 | 0.57 | 0.71 | 343.73 | 0.65 | 0.18 |
| Hex | 4B | 10 | 20 | 0 | 4F | 39 | 47 | 158 | 41 | 12 |
| Octal | 113 | 20 | 40 | 0 | 117 | 71 | 107 | 530 | 101 | 22 |
| Binary | 1001011 | 10000 | 100000 | 0 | 1001111 | 111001 | 1000111 | 101011000 | 1000001 | 10010 |
Color Harmonies of #4B1020
Complementary color
Monochromatic Colors of #4B1020
Black with #4B1020
Text Example
Text Example
White with #4B1020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1020; }
p { color: rgb(75,16,32); }
H1.HeaderClassName
{
color: #4B1020;
}
.AnyTagClassName
{
color: #4B1020;
}
</style>
background-color css
<style>
a { background-color: #4B1020; }
a { background-color: rgb(75,16,32); }
div.DivClassName
{
background-color: #4B1020;
}
.BgClassName
{
background-color: #4B1020;
}
</style>
border-color css
<style>
span { border-color: #4B1020; }
span { border-color: rgb(75,16,32); }
td.TdClassName
{
border-color: #4B1020;
}
.TagClassName
{
border-color: #4B1020;
}
</style>