Shades of Bordeaux #4C151F
Tints of Bordeaux #4C151F
RGB
CMYK
RGB Variations
Color information
#4C151F (or 0x4C151F) is known color: Bordeaux. HEX triplet: 4C, 15 and 1F. RGB value is (76,21,31). Sum of RGB (Red+Green+Blue) = 76+21+31=128 (16% of max value = 765). Red value is 76 (30.08% from 255 or 59.38% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 76 - color contains mainly: red. Hex color #4C151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C151F is #B3EAE0. Grayscale: #262626. Windows color (decimal): -11791073 or 2037068. OLE color: 2037068.
HSL color Cylindrical-coordinate representation of color #4C151F: hue angle of 349.09º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C151F is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 21 | 31 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.70 |
| HSL | 349.09º | 0.57% | 0.19% | - |
| HSV(B) | 349.09º | 0.72% | 0.3% | - |
| XYZ | 3.5 | 2.17 | 1.53 | - |
| YUV | 38.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 21 | 31 | 0 | 0.72 | 0.59 | 0.70 | 349.09 | 0.57 | 0.19 |
| Hex | 4C | 15 | 1F | 0 | 48 | 3B | 46 | 15D | 39 | 13 |
| Octal | 114 | 25 | 37 | 0 | 110 | 73 | 106 | 535 | 71 | 23 |
| Binary | 1001100 | 10101 | 11111 | 0 | 1001000 | 111011 | 1000110 | 101011101 | 111001 | 10011 |
Color Harmonies of #4C151F
Complementary color
Monochromatic Colors of #4C151F
Black with #4C151F
Text Example
Text Example
White with #4C151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C151F; }
p { color: rgb(76,21,31); }
H1.HeaderClassName
{
color: #4C151F;
}
.AnyTagClassName
{
color: #4C151F;
}
</style>
background-color css
<style>
a { background-color: #4C151F; }
a { background-color: rgb(76,21,31); }
div.DivClassName
{
background-color: #4C151F;
}
.BgClassName
{
background-color: #4C151F;
}
</style>
border-color css
<style>
span { border-color: #4C151F; }
span { border-color: rgb(76,21,31); }
td.TdClassName
{
border-color: #4C151F;
}
.TagClassName
{
border-color: #4C151F;
}
</style>