Shades of Bordeaux #4C131C
Tints of Bordeaux #4C131C
RGB
CMYK
RGB Variations
Color information
#4C131C (or 0x4C131C) is known color: Bordeaux. HEX triplet: 4C, 13 and 1C. RGB value is (76,19,28). Sum of RGB (Red+Green+Blue) = 76+19+28=123 (16% of max value = 765). Red value is 76 (30.08% from 255 or 61.79% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 76 - color contains mainly: red. Hex color #4C131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C131C is #B3ECE3. Grayscale: #252525. Windows color (decimal): -11791588 or 1839948. OLE color: 1839948.
HSL color Cylindrical-coordinate representation of color #4C131C: hue angle of 350.53º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C131C is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 19 | 28 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.70 |
| HSL | 350.53º | 0.6% | 0.19% | - |
| HSV(B) | 350.53º | 0.75% | 0.3% | - |
| XYZ | 3.42 | 2.09 | 1.32 | - |
| YUV | 37.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 19 | 28 | 0 | 0.75 | 0.63 | 0.70 | 350.53 | 0.6 | 0.19 |
| Hex | 4C | 13 | 1C | 0 | 4B | 3F | 46 | 15F | 3C | 13 |
| Octal | 114 | 23 | 34 | 0 | 113 | 77 | 106 | 537 | 74 | 23 |
| Binary | 1001100 | 10011 | 11100 | 0 | 1001011 | 111111 | 1000110 | 101011111 | 111100 | 10011 |
Color Harmonies of #4C131C
Complementary color
Monochromatic Colors of #4C131C
Black with #4C131C
Text Example
Text Example
White with #4C131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C131C; }
p { color: rgb(76,19,28); }
H1.HeaderClassName
{
color: #4C131C;
}
.AnyTagClassName
{
color: #4C131C;
}
</style>
background-color css
<style>
a { background-color: #4C131C; }
a { background-color: rgb(76,19,28); }
div.DivClassName
{
background-color: #4C131C;
}
.BgClassName
{
background-color: #4C131C;
}
</style>
border-color css
<style>
span { border-color: #4C131C; }
span { border-color: rgb(76,19,28); }
td.TdClassName
{
border-color: #4C131C;
}
.TagClassName
{
border-color: #4C131C;
}
</style>