Shades of Bordeaux #4D1218
Tints of Bordeaux #4D1218
RGB
CMYK
RGB Variations
Color information
#4D1218 (or 0x4D1218) is known color: Bordeaux. HEX triplet: 4D, 12 and 18. RGB value is (77,18,24). Sum of RGB (Red+Green+Blue) = 77+18+24=119 (15% of max value = 765). Red value is 77 (30.47% from 255 or 64.71% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1218 is #B2EDE7. Grayscale: #242424. Windows color (decimal): -11726312 or 1577549. OLE color: 1577549.
HSL color Cylindrical-coordinate representation of color #4D1218: hue angle of 353.9º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D1218 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 18 | 24 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.70 |
| HSL | 353.9º | 0.62% | 0.19% | - |
| HSV(B) | 353.9º | 0.77% | 0.3% | - |
| XYZ | 3.44 | 2.08 | 1.08 | - |
| YUV | 36.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 24 | 0 | 0.77 | 0.69 | 0.70 | 353.9 | 0.62 | 0.19 |
| Hex | 4D | 12 | 18 | 0 | 4D | 45 | 46 | 162 | 3E | 13 |
| Octal | 115 | 22 | 30 | 0 | 115 | 105 | 106 | 542 | 76 | 23 |
| Binary | 1001101 | 10010 | 11000 | 0 | 1001101 | 1000101 | 1000110 | 101100010 | 111110 | 10011 |
Color Harmonies of #4D1218
Complementary color
Monochromatic Colors of #4D1218
Black with #4D1218
Text Example
Text Example
White with #4D1218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1218; }
p { color: rgb(77,18,24); }
H1.HeaderClassName
{
color: #4D1218;
}
.AnyTagClassName
{
color: #4D1218;
}
</style>
background-color css
<style>
a { background-color: #4D1218; }
a { background-color: rgb(77,18,24); }
div.DivClassName
{
background-color: #4D1218;
}
.BgClassName
{
background-color: #4D1218;
}
</style>
border-color css
<style>
span { border-color: #4D1218; }
span { border-color: rgb(77,18,24); }
td.TdClassName
{
border-color: #4D1218;
}
.TagClassName
{
border-color: #4D1218;
}
</style>