Shades of Bordeaux #4C081D
Tints of Bordeaux #4C081D
RGB
CMYK
RGB Variations
Color information
#4C081D (or 0x4C081D) is known color: Bordeaux. HEX triplet: 4C, 08 and 1D. RGB value is (76,8,29). Sum of RGB (Red+Green+Blue) = 76+8+29=113 (14% of max value = 765). Red value is 76 (30.08% from 255 or 67.26% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 76 - color contains mainly: red. Hex color #4C081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C081D is #B3F7E2. Grayscale: #1E1E1E. Windows color (decimal): -11794403 or 1902668. OLE color: 1902668.
HSL color Cylindrical-coordinate representation of color #4C081D: hue angle of 341.47º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C081D is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 8 | 29 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.70 |
| HSL | 341.47º | 0.81% | 0.16% | - |
| HSV(B) | 341.47º | 0.89% | 0.3% | - |
| XYZ | 3.29 | 1.8 | 1.34 | - |
| YUV | 30.73 | 127.03 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 8 | 29 | 0 | 0.89 | 0.62 | 0.70 | 341.47 | 0.81 | 0.16 |
| Hex | 4C | 8 | 1D | 0 | 59 | 3E | 46 | 155 | 51 | 10 |
| Octal | 114 | 10 | 35 | 0 | 131 | 76 | 106 | 525 | 121 | 20 |
| Binary | 1001100 | 1000 | 11101 | 0 | 1011001 | 111110 | 1000110 | 101010101 | 1010001 | 10000 |
Color Harmonies of #4C081D
Complementary color
Monochromatic Colors of #4C081D
Black with #4C081D
Text Example
Text Example
White with #4C081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C081D; }
p { color: rgb(76,8,29); }
H1.HeaderClassName
{
color: #4C081D;
}
.AnyTagClassName
{
color: #4C081D;
}
</style>
background-color css
<style>
a { background-color: #4C081D; }
a { background-color: rgb(76,8,29); }
div.DivClassName
{
background-color: #4C081D;
}
.BgClassName
{
background-color: #4C081D;
}
</style>
border-color css
<style>
span { border-color: #4C081D; }
span { border-color: rgb(76,8,29); }
td.TdClassName
{
border-color: #4C081D;
}
.TagClassName
{
border-color: #4C081D;
}
</style>