Shades of Bordeaux #4C0115
Tints of Bordeaux #4C0115
RGB
CMYK
RGB Variations
Color information
#4C0115 (or 0x4C0115) is known color: Bordeaux. HEX triplet: 4C, 01 and 15. RGB value is (76,1,21). Sum of RGB (Red+Green+Blue) = 76+1+21=98 (12% of max value = 765). Red value is 76 (30.08% from 255 or 77.55% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 21 (8.59% from 255 or 21.43% from 98); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0115 is #B3FEEA. Grayscale: #191919. Windows color (decimal): -11796203 or 1376588. OLE color: 1376588.
HSL color Cylindrical-coordinate representation of color #4C0115: hue angle of 344º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C0115 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 1 | 21 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.70 |
| HSL | 344º | 0.97% | 0.15% | - |
| HSV(B) | 344º | 0.99% | 0.3% | - |
| XYZ | 3.13 | 1.61 | 0.86 | - |
| YUV | 25.71 | 125.35 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 1 | 21 | 0 | 0.99 | 0.72 | 0.70 | 344 | 0.97 | 0.15 |
| Hex | 4C | 1 | 15 | 0 | 63 | 48 | 46 | 158 | 61 | F |
| Octal | 114 | 1 | 25 | 0 | 143 | 110 | 106 | 530 | 141 | 17 |
| Binary | 1001100 | 1 | 10101 | 0 | 1100011 | 1001000 | 1000110 | 101011000 | 1100001 | 1111 |
Color Harmonies of #4C0115
Complementary color
Monochromatic Colors of #4C0115
Black with #4C0115
Text Example
Text Example
White with #4C0115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0115; }
p { color: rgb(76,1,21); }
H1.HeaderClassName
{
color: #4C0115;
}
.AnyTagClassName
{
color: #4C0115;
}
</style>
background-color css
<style>
a { background-color: #4C0115; }
a { background-color: rgb(76,1,21); }
div.DivClassName
{
background-color: #4C0115;
}
.BgClassName
{
background-color: #4C0115;
}
</style>
border-color css
<style>
span { border-color: #4C0115; }
span { border-color: rgb(76,1,21); }
td.TdClassName
{
border-color: #4C0115;
}
.TagClassName
{
border-color: #4C0115;
}
</style>