Shades of Bordeaux #4D0115
Tints of Bordeaux #4D0115
RGB
CMYK
RGB Variations
Color information
#4D0115 (or 0x4D0115) is known color: Bordeaux. HEX triplet: 4D, 01 and 15. RGB value is (77,1,21). Sum of RGB (Red+Green+Blue) = 77+1+21=99 (13% of max value = 765). Red value is 77 (30.47% from 255 or 77.78% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0115 is #B2FEEA. Grayscale: #191919. Windows color (decimal): -11730667 or 1376589. OLE color: 1376589.
HSL color Cylindrical-coordinate representation of color #4D0115: hue angle of 344.21º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D0115 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 1 | 21 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.70 |
| HSL | 344.21º | 0.97% | 0.15% | - |
| HSV(B) | 344.21º | 0.99% | 0.3% | - |
| XYZ | 3.21 | 1.65 | 0.86 | - |
| YUV | 26 | 125.18 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 1 | 21 | 0 | 0.99 | 0.73 | 0.70 | 344.21 | 0.97 | 0.15 |
| Hex | 4D | 1 | 15 | 0 | 63 | 49 | 46 | 158 | 61 | F |
| Octal | 115 | 1 | 25 | 0 | 143 | 111 | 106 | 530 | 141 | 17 |
| Binary | 1001101 | 1 | 10101 | 0 | 1100011 | 1001001 | 1000110 | 101011000 | 1100001 | 1111 |
Color Harmonies of #4D0115
Complementary color
Monochromatic Colors of #4D0115
Black with #4D0115
Text Example
Text Example
White with #4D0115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0115; }
p { color: rgb(77,1,21); }
H1.HeaderClassName
{
color: #4D0115;
}
.AnyTagClassName
{
color: #4D0115;
}
</style>
background-color css
<style>
a { background-color: #4D0115; }
a { background-color: rgb(77,1,21); }
div.DivClassName
{
background-color: #4D0115;
}
.BgClassName
{
background-color: #4D0115;
}
</style>
border-color css
<style>
span { border-color: #4D0115; }
span { border-color: rgb(77,1,21); }
td.TdClassName
{
border-color: #4D0115;
}
.TagClassName
{
border-color: #4D0115;
}
</style>