Shades of Bordeaux #4D1424
Tints of Bordeaux #4D1424
RGB
CMYK
RGB Variations
Color information
#4D1424 (or 0x4D1424) is known color: Bordeaux. HEX triplet: 4D, 14 and 24. RGB value is (77,20,36). Sum of RGB (Red+Green+Blue) = 77+20+36=133 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.89% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1424 is #B2EBDB. Grayscale: #262626. Windows color (decimal): -11725788 or 2364493. OLE color: 2364493.
HSL color Cylindrical-coordinate representation of color #4D1424: hue angle of 343.16º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D1424 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 20 | 36 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.70 |
| HSL | 343.16º | 0.59% | 0.19% | - |
| HSV(B) | 343.16º | 0.74% | 0.3% | - |
| XYZ | 3.63 | 2.21 | 1.9 | - |
| YUV | 38.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 36 | 0 | 0.74 | 0.53 | 0.70 | 343.16 | 0.59 | 0.19 |
| Hex | 4D | 14 | 24 | 0 | 4A | 35 | 46 | 157 | 3B | 13 |
| Octal | 115 | 24 | 44 | 0 | 112 | 65 | 106 | 527 | 73 | 23 |
| Binary | 1001101 | 10100 | 100100 | 0 | 1001010 | 110101 | 1000110 | 101010111 | 111011 | 10011 |
Color Harmonies of #4D1424
Complementary color
Monochromatic Colors of #4D1424
Black with #4D1424
Text Example
Text Example
White with #4D1424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1424; }
p { color: rgb(77,20,36); }
H1.HeaderClassName
{
color: #4D1424;
}
.AnyTagClassName
{
color: #4D1424;
}
</style>
background-color css
<style>
a { background-color: #4D1424; }
a { background-color: rgb(77,20,36); }
div.DivClassName
{
background-color: #4D1424;
}
.BgClassName
{
background-color: #4D1424;
}
</style>
border-color css
<style>
span { border-color: #4D1424; }
span { border-color: rgb(77,20,36); }
td.TdClassName
{
border-color: #4D1424;
}
.TagClassName
{
border-color: #4D1424;
}
</style>