Shades of Bordeaux #4C181B
Tints of Bordeaux #4C181B
RGB
CMYK
RGB Variations
Color information
#4C181B (or 0x4C181B) is known color: Bordeaux. HEX triplet: 4C, 18 and 1B. RGB value is (76,24,27). Sum of RGB (Red+Green+Blue) = 76+24+27=127 (16% of max value = 765). Red value is 76 (30.08% from 255 or 59.84% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 76 - color contains mainly: red. Hex color #4C181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C181B is #B3E7E4. Grayscale: #272727. Windows color (decimal): -11790309 or 1775692. OLE color: 1775692.
HSL color Cylindrical-coordinate representation of color #4C181B: hue angle of 356.54º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C181B is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 24 | 27 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.70 |
| HSL | 356.54º | 0.52% | 0.2% | - |
| HSV(B) | 356.54º | 0.68% | 0.3% | - |
| XYZ | 3.5 | 2.27 | 1.29 | - |
| YUV | 39.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 24 | 27 | 0 | 0.68 | 0.64 | 0.70 | 356.54 | 0.52 | 0.2 |
| Hex | 4C | 18 | 1B | 0 | 44 | 40 | 46 | 165 | 34 | 14 |
| Octal | 114 | 30 | 33 | 0 | 104 | 100 | 106 | 545 | 64 | 24 |
| Binary | 1001100 | 11000 | 11011 | 0 | 1000100 | 1000000 | 1000110 | 101100101 | 110100 | 10100 |
Color Harmonies of #4C181B
Complementary color
Monochromatic Colors of #4C181B
Black with #4C181B
Text Example
Text Example
White with #4C181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C181B; }
p { color: rgb(76,24,27); }
H1.HeaderClassName
{
color: #4C181B;
}
.AnyTagClassName
{
color: #4C181B;
}
</style>
background-color css
<style>
a { background-color: #4C181B; }
a { background-color: rgb(76,24,27); }
div.DivClassName
{
background-color: #4C181B;
}
.BgClassName
{
background-color: #4C181B;
}
</style>
border-color css
<style>
span { border-color: #4C181B; }
span { border-color: rgb(76,24,27); }
td.TdClassName
{
border-color: #4C181B;
}
.TagClassName
{
border-color: #4C181B;
}
</style>