Shades of Bordeaux #4D1525
Tints of Bordeaux #4D1525
RGB
CMYK
RGB Variations
Color information
#4D1525 (or 0x4D1525) is known color: Bordeaux. HEX triplet: 4D, 15 and 25. RGB value is (77,21,37). Sum of RGB (Red+Green+Blue) = 77+21+37=135 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.04% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1525 is #B2EADA. Grayscale: #272727. Windows color (decimal): -11725531 or 2430285. OLE color: 2430285.
HSL color Cylindrical-coordinate representation of color #4D1525: hue angle of 342.86º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D1525 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 21 | 37 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.70 |
| HSL | 342.86º | 0.57% | 0.19% | - |
| HSV(B) | 342.86º | 0.73% | 0.3% | - |
| XYZ | 3.66 | 2.25 | 1.99 | - |
| YUV | 39.57 | 126.55 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 37 | 0 | 0.73 | 0.52 | 0.70 | 342.86 | 0.57 | 0.19 |
| Hex | 4D | 15 | 25 | 0 | 49 | 34 | 46 | 157 | 39 | 13 |
| Octal | 115 | 25 | 45 | 0 | 111 | 64 | 106 | 527 | 71 | 23 |
| Binary | 1001101 | 10101 | 100101 | 0 | 1001001 | 110100 | 1000110 | 101010111 | 111001 | 10011 |
Color Harmonies of #4D1525
Complementary color
Monochromatic Colors of #4D1525
Black with #4D1525
Text Example
Text Example
White with #4D1525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1525; }
p { color: rgb(77,21,37); }
H1.HeaderClassName
{
color: #4D1525;
}
.AnyTagClassName
{
color: #4D1525;
}
</style>
background-color css
<style>
a { background-color: #4D1525; }
a { background-color: rgb(77,21,37); }
div.DivClassName
{
background-color: #4D1525;
}
.BgClassName
{
background-color: #4D1525;
}
</style>
border-color css
<style>
span { border-color: #4D1525; }
span { border-color: rgb(77,21,37); }
td.TdClassName
{
border-color: #4D1525;
}
.TagClassName
{
border-color: #4D1525;
}
</style>