Shades of Bordeaux #4D1C27
Tints of Bordeaux #4D1C27
RGB
CMYK
RGB Variations
Color information
#4D1C27 (or 0x4D1C27) is known color: Bordeaux. HEX triplet: 4D, 1C and 27. RGB value is (77,28,39). Sum of RGB (Red+Green+Blue) = 77+28+39=144 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.47% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1C27 is #B2E3D8. Grayscale: #2B2B2B. Windows color (decimal): -11723737 or 2563149. OLE color: 2563149.
HSL color Cylindrical-coordinate representation of color #4D1C27: hue angle of 346.53º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D1C27 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 28 | 39 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.70 |
| HSL | 346.53º | 0.47% | 0.21% | - |
| HSV(B) | 346.53º | 0.64% | 0.3% | - |
| XYZ | 3.84 | 2.55 | 2.21 | - |
| YUV | 43.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 28 | 39 | 0 | 0.64 | 0.49 | 0.70 | 346.53 | 0.47 | 0.21 |
| Hex | 4D | 1C | 27 | 0 | 40 | 31 | 46 | 15B | 2F | 15 |
| Octal | 115 | 34 | 47 | 0 | 100 | 61 | 106 | 533 | 57 | 25 |
| Binary | 1001101 | 11100 | 100111 | 0 | 1000000 | 110001 | 1000110 | 101011011 | 101111 | 10101 |
Color Harmonies of #4D1C27
Complementary color
Monochromatic Colors of #4D1C27
Black with #4D1C27
Text Example
Text Example
White with #4D1C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1C27; }
p { color: rgb(77,28,39); }
H1.HeaderClassName
{
color: #4D1C27;
}
.AnyTagClassName
{
color: #4D1C27;
}
</style>
background-color css
<style>
a { background-color: #4D1C27; }
a { background-color: rgb(77,28,39); }
div.DivClassName
{
background-color: #4D1C27;
}
.BgClassName
{
background-color: #4D1C27;
}
</style>
border-color css
<style>
span { border-color: #4D1C27; }
span { border-color: rgb(77,28,39); }
td.TdClassName
{
border-color: #4D1C27;
}
.TagClassName
{
border-color: #4D1C27;
}
</style>