Shades of Bordeaux #4C121E
Tints of Bordeaux #4C121E
RGB
CMYK
RGB Variations
Color information
#4C121E (or 0x4C121E) is known color: Bordeaux. HEX triplet: 4C, 12 and 1E. RGB value is (76,18,30). Sum of RGB (Red+Green+Blue) = 76+18+30=124 (16% of max value = 765). Red value is 76 (30.08% from 255 or 61.29% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 76 - color contains mainly: red. Hex color #4C121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C121E is #B3EDE1. Grayscale: #242424. Windows color (decimal): -11791842 or 1970764. OLE color: 1970764.
HSL color Cylindrical-coordinate representation of color #4C121E: hue angle of 347.59º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C121E is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 18 | 30 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.70 |
| HSL | 347.59º | 0.62% | 0.18% | - |
| HSV(B) | 347.59º | 0.76% | 0.3% | - |
| XYZ | 3.43 | 2.06 | 1.45 | - |
| YUV | 36.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 18 | 30 | 0 | 0.76 | 0.61 | 0.70 | 347.59 | 0.62 | 0.18 |
| Hex | 4C | 12 | 1E | 0 | 4C | 3D | 46 | 15C | 3E | 12 |
| Octal | 114 | 22 | 36 | 0 | 114 | 75 | 106 | 534 | 76 | 22 |
| Binary | 1001100 | 10010 | 11110 | 0 | 1001100 | 111101 | 1000110 | 101011100 | 111110 | 10010 |
Color Harmonies of #4C121E
Complementary color
Monochromatic Colors of #4C121E
Black with #4C121E
Text Example
Text Example
White with #4C121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C121E; }
p { color: rgb(76,18,30); }
H1.HeaderClassName
{
color: #4C121E;
}
.AnyTagClassName
{
color: #4C121E;
}
</style>
background-color css
<style>
a { background-color: #4C121E; }
a { background-color: rgb(76,18,30); }
div.DivClassName
{
background-color: #4C121E;
}
.BgClassName
{
background-color: #4C121E;
}
</style>
border-color css
<style>
span { border-color: #4C121E; }
span { border-color: rgb(76,18,30); }
td.TdClassName
{
border-color: #4C121E;
}
.TagClassName
{
border-color: #4C121E;
}
</style>