Shades of Bordeaux #4D0F24
Tints of Bordeaux #4D0F24
RGB
CMYK
RGB Variations
Color information
#4D0F24 (or 0x4D0F24) is known color: Bordeaux. HEX triplet: 4D, 0F and 24. RGB value is (77,15,36). Sum of RGB (Red+Green+Blue) = 77+15+36=128 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.16% from 128); Green value is 15 (6.25% from 255 or 11.72% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0F24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0F24 is #B2F0DB. Grayscale: #232323. Windows color (decimal): -11727068 or 2363213. OLE color: 2363213.
HSL color Cylindrical-coordinate representation of color #4D0F24: hue angle of 339.68º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D0F24 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 15 | 36 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.70 |
| HSL | 339.68º | 0.67% | 0.18% | - |
| HSV(B) | 339.68º | 0.81% | 0.3% | - |
| XYZ | 3.55 | 2.05 | 1.88 | - |
| YUV | 35.93 | 128.04 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 15 | 36 | 0 | 0.81 | 0.53 | 0.70 | 339.68 | 0.67 | 0.18 |
| Hex | 4D | F | 24 | 0 | 51 | 35 | 46 | 154 | 43 | 12 |
| Octal | 115 | 17 | 44 | 0 | 121 | 65 | 106 | 524 | 103 | 22 |
| Binary | 1001101 | 1111 | 100100 | 0 | 1010001 | 110101 | 1000110 | 101010100 | 1000011 | 10010 |
Color Harmonies of #4D0F24
Complementary color
Monochromatic Colors of #4D0F24
Black with #4D0F24
Text Example
Text Example
White with #4D0F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0F24; }
p { color: rgb(77,15,36); }
H1.HeaderClassName
{
color: #4D0F24;
}
.AnyTagClassName
{
color: #4D0F24;
}
</style>
background-color css
<style>
a { background-color: #4D0F24; }
a { background-color: rgb(77,15,36); }
div.DivClassName
{
background-color: #4D0F24;
}
.BgClassName
{
background-color: #4D0F24;
}
</style>
border-color css
<style>
span { border-color: #4D0F24; }
span { border-color: rgb(77,15,36); }
td.TdClassName
{
border-color: #4D0F24;
}
.TagClassName
{
border-color: #4D0F24;
}
</style>