Shades of Bordeaux #4C181A
Tints of Bordeaux #4C181A
RGB
CMYK
RGB Variations
Color information
#4C181A (or 0x4C181A) is known color: Bordeaux. HEX triplet: 4C, 18 and 1A. RGB value is (76,24,26). Sum of RGB (Red+Green+Blue) = 76+24+26=126 (16% of max value = 765). Red value is 76 (30.08% from 255 or 60.32% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 76 - color contains mainly: red. Hex color #4C181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C181A is #B3E7E5. Grayscale: #272727. Windows color (decimal): -11790310 or 1710156. OLE color: 1710156.
HSL color Cylindrical-coordinate representation of color #4C181A: hue angle of 357.69º 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 #4C181A is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 24 | 26 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.70 |
| HSL | 357.69º | 0.52% | 0.2% | - |
| HSV(B) | 357.69º | 0.68% | 0.3% | - |
| XYZ | 3.49 | 2.26 | 1.23 | - |
| YUV | 39.78 | 120.23 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 24 | 26 | 0 | 0.68 | 0.66 | 0.70 | 357.69 | 0.52 | 0.2 |
| Hex | 4C | 18 | 1A | 0 | 44 | 42 | 46 | 166 | 34 | 14 |
| Octal | 114 | 30 | 32 | 0 | 104 | 102 | 106 | 546 | 64 | 24 |
| Binary | 1001100 | 11000 | 11010 | 0 | 1000100 | 1000010 | 1000110 | 101100110 | 110100 | 10100 |
Color Harmonies of #4C181A
Complementary color
Monochromatic Colors of #4C181A
Black with #4C181A
Text Example
Text Example
White with #4C181A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C181A; }
p { color: rgb(76,24,26); }
H1.HeaderClassName
{
color: #4C181A;
}
.AnyTagClassName
{
color: #4C181A;
}
</style>
background-color css
<style>
a { background-color: #4C181A; }
a { background-color: rgb(76,24,26); }
div.DivClassName
{
background-color: #4C181A;
}
.BgClassName
{
background-color: #4C181A;
}
</style>
border-color css
<style>
span { border-color: #4C181A; }
span { border-color: rgb(76,24,26); }
td.TdClassName
{
border-color: #4C181A;
}
.TagClassName
{
border-color: #4C181A;
}
</style>