Shades of Bordeaux #4B0B15
Tints of Bordeaux #4B0B15
RGB
CMYK
RGB Variations
Color information
#4B0B15 (or 0x4B0B15) is known color: Bordeaux. HEX triplet: 4B, 0B and 15. RGB value is (75,11,21). Sum of RGB (Red+Green+Blue) = 75+11+21=107 (14% of max value = 765). Red value is 75 (29.69% from 255 or 70.09% from 107); Green value is 11 (4.69% from 255 or 10.28% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0B15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0B15 is #B4F4EA. Grayscale: #1F1F1F. Windows color (decimal): -11859179 or 1379147. OLE color: 1379147.
HSL color Cylindrical-coordinate representation of color #4B0B15: hue angle of 350.62º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B0B15 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 11 | 21 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.71 |
| HSL | 350.63º | 0.74% | 0.17% | - |
| HSV(B) | 350.63º | 0.85% | 0.29% | - |
| XYZ | 3.16 | 1.79 | 0.89 | - |
| YUV | 31.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 11 | 21 | 0 | 0.85 | 0.72 | 0.71 | 350.63 | 0.74 | 0.17 |
| Hex | 4B | B | 15 | 0 | 55 | 48 | 47 | 15F | 4A | 11 |
| Octal | 113 | 13 | 25 | 0 | 125 | 110 | 107 | 537 | 112 | 21 |
| Binary | 1001011 | 1011 | 10101 | 0 | 1010101 | 1001000 | 1000111 | 101011111 | 1001010 | 10001 |
Color Harmonies of #4B0B15
Complementary color
Monochromatic Colors of #4B0B15
Black with #4B0B15
Text Example
Text Example
White with #4B0B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0B15; }
p { color: rgb(75,11,21); }
H1.HeaderClassName
{
color: #4B0B15;
}
.AnyTagClassName
{
color: #4B0B15;
}
</style>
background-color css
<style>
a { background-color: #4B0B15; }
a { background-color: rgb(75,11,21); }
div.DivClassName
{
background-color: #4B0B15;
}
.BgClassName
{
background-color: #4B0B15;
}
</style>
border-color css
<style>
span { border-color: #4B0B15; }
span { border-color: rgb(75,11,21); }
td.TdClassName
{
border-color: #4B0B15;
}
.TagClassName
{
border-color: #4B0B15;
}
</style>