Shades of Bordeaux #4B011B
Tints of Bordeaux #4B011B
RGB
CMYK
RGB Variations
Color information
#4B011B (or 0x4B011B) is known color: Bordeaux. HEX triplet: 4B, 01 and 1B. RGB value is (75,1,27). Sum of RGB (Red+Green+Blue) = 75+1+27=103 (13% of max value = 765). Red value is 75 (29.69% from 255 or 72.82% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 75 - color contains mainly: red. Hex color #4B011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B011B is #B4FEE4. Grayscale: #1A1A1A. Windows color (decimal): -11861733 or 1769803. OLE color: 1769803.
HSL color Cylindrical-coordinate representation of color #4B011B: hue angle of 338.92º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B011B is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.71 |
| HSL | 338.92º | 0.97% | 0.15% | - |
| HSV(B) | 338.92º | 0.99% | 0.29% | - |
| XYZ | 3.11 | 1.6 | 1.18 | - |
| YUV | 26.09 | 128.52 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 1 | 27 | 0 | 0.99 | 0.64 | 0.71 | 338.92 | 0.97 | 0.15 |
| Hex | 4B | 1 | 1B | 0 | 63 | 40 | 47 | 153 | 61 | F |
| Octal | 113 | 1 | 33 | 0 | 143 | 100 | 107 | 523 | 141 | 17 |
| Binary | 1001011 | 1 | 11011 | 0 | 1100011 | 1000000 | 1000111 | 101010011 | 1100001 | 1111 |
Color Harmonies of #4B011B
Complementary color
Monochromatic Colors of #4B011B
Black with #4B011B
Text Example
Text Example
White with #4B011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B011B; }
p { color: rgb(75,1,27); }
H1.HeaderClassName
{
color: #4B011B;
}
.AnyTagClassName
{
color: #4B011B;
}
</style>
background-color css
<style>
a { background-color: #4B011B; }
a { background-color: rgb(75,1,27); }
div.DivClassName
{
background-color: #4B011B;
}
.BgClassName
{
background-color: #4B011B;
}
</style>
border-color css
<style>
span { border-color: #4B011B; }
span { border-color: rgb(75,1,27); }
td.TdClassName
{
border-color: #4B011B;
}
.TagClassName
{
border-color: #4B011B;
}
</style>