Shades of Bordeaux #4D1425
Tints of Bordeaux #4D1425
RGB
CMYK
RGB Variations
Color information
#4D1425 (or 0x4D1425) is known color: Bordeaux. HEX triplet: 4D, 14 and 25. RGB value is (77,20,37). Sum of RGB (Red+Green+Blue) = 77+20+37=134 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.46% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1425 is #B2EBDA. Grayscale: #262626. Windows color (decimal): -11725787 or 2430029. OLE color: 2430029.
HSL color Cylindrical-coordinate representation of color #4D1425: hue angle of 342.11º 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 #4D1425 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 20 | 37 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.70 |
| HSL | 342.11º | 0.59% | 0.19% | - |
| HSV(B) | 342.11º | 0.74% | 0.3% | - |
| XYZ | 3.64 | 2.21 | 1.99 | - |
| YUV | 38.98 | 126.88 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 37 | 0 | 0.74 | 0.52 | 0.70 | 342.11 | 0.59 | 0.19 |
| Hex | 4D | 14 | 25 | 0 | 4A | 34 | 46 | 156 | 3B | 13 |
| Octal | 115 | 24 | 45 | 0 | 112 | 64 | 106 | 526 | 73 | 23 |
| Binary | 1001101 | 10100 | 100101 | 0 | 1001010 | 110100 | 1000110 | 101010110 | 111011 | 10011 |
Color Harmonies of #4D1425
Complementary color
Monochromatic Colors of #4D1425
Black with #4D1425
Text Example
Text Example
White with #4D1425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1425; }
p { color: rgb(77,20,37); }
H1.HeaderClassName
{
color: #4D1425;
}
.AnyTagClassName
{
color: #4D1425;
}
</style>
background-color css
<style>
a { background-color: #4D1425; }
a { background-color: rgb(77,20,37); }
div.DivClassName
{
background-color: #4D1425;
}
.BgClassName
{
background-color: #4D1425;
}
</style>
border-color css
<style>
span { border-color: #4D1425; }
span { border-color: rgb(77,20,37); }
td.TdClassName
{
border-color: #4D1425;
}
.TagClassName
{
border-color: #4D1425;
}
</style>