Shades of Bordeaux #4D1427
Tints of Bordeaux #4D1427
RGB
CMYK
RGB Variations
Color information
#4D1427 (or 0x4D1427) is known color: Bordeaux. HEX triplet: 4D, 14 and 27. RGB value is (77,20,39). Sum of RGB (Red+Green+Blue) = 77+20+39=136 (18% of max value = 765). Red value is 77 (30.47% from 255 or 56.62% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 39 (15.62% from 255 or 28.68% from 136); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1427 is #B2EBD8. Grayscale: #272727. Windows color (decimal): -11725785 or 2561101. OLE color: 2561101.
HSL color Cylindrical-coordinate representation of color #4D1427: hue angle of 340º 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 #4D1427 is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 20 | 39 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.70 |
| HSL | 340º | 0.59% | 0.19% | - |
| HSV(B) | 340º | 0.74% | 0.3% | - |
| XYZ | 3.68 | 2.22 | 2.16 | - |
| YUV | 39.21 | 127.88 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 39 | 0 | 0.74 | 0.49 | 0.70 | 340 | 0.59 | 0.19 |
| Hex | 4D | 14 | 27 | 0 | 4A | 31 | 46 | 154 | 3B | 13 |
| Octal | 115 | 24 | 47 | 0 | 112 | 61 | 106 | 524 | 73 | 23 |
| Binary | 1001101 | 10100 | 100111 | 0 | 1001010 | 110001 | 1000110 | 101010100 | 111011 | 10011 |
Color Harmonies of #4D1427
Complementary color
Monochromatic Colors of #4D1427
Black with #4D1427
Text Example
Text Example
White with #4D1427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1427; }
p { color: rgb(77,20,39); }
H1.HeaderClassName
{
color: #4D1427;
}
.AnyTagClassName
{
color: #4D1427;
}
</style>
background-color css
<style>
a { background-color: #4D1427; }
a { background-color: rgb(77,20,39); }
div.DivClassName
{
background-color: #4D1427;
}
.BgClassName
{
background-color: #4D1427;
}
</style>
border-color css
<style>
span { border-color: #4D1427; }
span { border-color: rgb(77,20,39); }
td.TdClassName
{
border-color: #4D1427;
}
.TagClassName
{
border-color: #4D1427;
}
</style>