Shades of Bordeaux #4B0215
Tints of Bordeaux #4B0215
RGB
CMYK
RGB Variations
Color information
#4B0215 (or 0x4B0215) is known color: Bordeaux. HEX triplet: 4B, 02 and 15. RGB value is (75,2,21). Sum of RGB (Red+Green+Blue) = 75+2+21=98 (12% of max value = 765). Red value is 75 (29.69% from 255 or 76.53% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 21 (8.59% from 255 or 21.43% from 98); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0215 is #B4FDEA. Grayscale: #191919. Windows color (decimal): -11861483 or 1376843. OLE color: 1376843.
HSL color Cylindrical-coordinate representation of color #4B0215: hue angle of 344.38º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B0215 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 2 | 21 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.71 |
| HSL | 344.38º | 0.95% | 0.15% | - |
| HSV(B) | 344.38º | 0.97% | 0.29% | - |
| XYZ | 3.06 | 1.59 | 0.86 | - |
| YUV | 25.99 | 125.18 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 2 | 21 | 0 | 0.97 | 0.72 | 0.71 | 344.38 | 0.95 | 0.15 |
| Hex | 4B | 2 | 15 | 0 | 61 | 48 | 47 | 158 | 5F | F |
| Octal | 113 | 2 | 25 | 0 | 141 | 110 | 107 | 530 | 137 | 17 |
| Binary | 1001011 | 10 | 10101 | 0 | 1100001 | 1001000 | 1000111 | 101011000 | 1011111 | 1111 |
Color Harmonies of #4B0215
Complementary color
Monochromatic Colors of #4B0215
Black with #4B0215
Text Example
Text Example
White with #4B0215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0215; }
p { color: rgb(75,2,21); }
H1.HeaderClassName
{
color: #4B0215;
}
.AnyTagClassName
{
color: #4B0215;
}
</style>
background-color css
<style>
a { background-color: #4B0215; }
a { background-color: rgb(75,2,21); }
div.DivClassName
{
background-color: #4B0215;
}
.BgClassName
{
background-color: #4B0215;
}
</style>
border-color css
<style>
span { border-color: #4B0215; }
span { border-color: rgb(75,2,21); }
td.TdClassName
{
border-color: #4B0215;
}
.TagClassName
{
border-color: #4B0215;
}
</style>