Shades of Bordeaux #4D1025
Tints of Bordeaux #4D1025
RGB
CMYK
RGB Variations
Color information
#4D1025 (or 0x4D1025) is known color: Bordeaux. HEX triplet: 4D, 10 and 25. RGB value is (77,16,37). Sum of RGB (Red+Green+Blue) = 77+16+37=130 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.23% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1025 is #B2EFDA. Grayscale: #242424. Windows color (decimal): -11726811 or 2429005. OLE color: 2429005.
HSL color Cylindrical-coordinate representation of color #4D1025: hue angle of 339.34º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D1025 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 16 | 37 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.70 |
| HSL | 339.34º | 0.66% | 0.18% | - |
| HSV(B) | 339.34º | 0.79% | 0.3% | - |
| XYZ | 3.58 | 2.08 | 1.96 | - |
| YUV | 36.63 | 128.21 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 37 | 0 | 0.79 | 0.52 | 0.70 | 339.34 | 0.66 | 0.18 |
| Hex | 4D | 10 | 25 | 0 | 4F | 34 | 46 | 153 | 42 | 12 |
| Octal | 115 | 20 | 45 | 0 | 117 | 64 | 106 | 523 | 102 | 22 |
| Binary | 1001101 | 10000 | 100101 | 0 | 1001111 | 110100 | 1000110 | 101010011 | 1000010 | 10010 |
Color Harmonies of #4D1025
Complementary color
Monochromatic Colors of #4D1025
Black with #4D1025
Text Example
Text Example
White with #4D1025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1025; }
p { color: rgb(77,16,37); }
H1.HeaderClassName
{
color: #4D1025;
}
.AnyTagClassName
{
color: #4D1025;
}
</style>
background-color css
<style>
a { background-color: #4D1025; }
a { background-color: rgb(77,16,37); }
div.DivClassName
{
background-color: #4D1025;
}
.BgClassName
{
background-color: #4D1025;
}
</style>
border-color css
<style>
span { border-color: #4D1025; }
span { border-color: rgb(77,16,37); }
td.TdClassName
{
border-color: #4D1025;
}
.TagClassName
{
border-color: #4D1025;
}
</style>