Shades of Bordeaux #4C1E27
Tints of Bordeaux #4C1E27
RGB
CMYK
RGB Variations
Color information
#4C1E27 (or 0x4C1E27) is known color: Bordeaux. HEX triplet: 4C, 1E and 27. RGB value is (76,30,39). Sum of RGB (Red+Green+Blue) = 76+30+39=145 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.41% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1E27 is #B3E1D8. Grayscale: #2C2C2C. Windows color (decimal): -11788761 or 2563660. OLE color: 2563660.
HSL color Cylindrical-coordinate representation of color #4C1E27: hue angle of 348.26º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C1E27 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 30 | 39 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.70 |
| HSL | 348.26º | 0.43% | 0.21% | - |
| HSV(B) | 348.26º | 0.61% | 0.3% | - |
| XYZ | 3.81 | 2.61 | 2.22 | - |
| YUV | 44.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 30 | 39 | 0 | 0.61 | 0.49 | 0.70 | 348.26 | 0.43 | 0.21 |
| Hex | 4C | 1E | 27 | 0 | 3D | 31 | 46 | 15C | 2B | 15 |
| Octal | 114 | 36 | 47 | 0 | 75 | 61 | 106 | 534 | 53 | 25 |
| Binary | 1001100 | 11110 | 100111 | 0 | 111101 | 110001 | 1000110 | 101011100 | 101011 | 10101 |
Color Harmonies of #4C1E27
Complementary color
Monochromatic Colors of #4C1E27
Black with #4C1E27
Text Example
Text Example
White with #4C1E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1E27; }
p { color: rgb(76,30,39); }
H1.HeaderClassName
{
color: #4C1E27;
}
.AnyTagClassName
{
color: #4C1E27;
}
</style>
background-color css
<style>
a { background-color: #4C1E27; }
a { background-color: rgb(76,30,39); }
div.DivClassName
{
background-color: #4C1E27;
}
.BgClassName
{
background-color: #4C1E27;
}
</style>
border-color css
<style>
span { border-color: #4C1E27; }
span { border-color: rgb(76,30,39); }
td.TdClassName
{
border-color: #4C1E27;
}
.TagClassName
{
border-color: #4C1E27;
}
</style>