Shades of Bordeaux #4C051C
Tints of Bordeaux #4C051C
RGB
CMYK
RGB Variations
Color information
#4C051C (or 0x4C051C) is known color: Bordeaux. HEX triplet: 4C, 05 and 1C. RGB value is (76,5,28). Sum of RGB (Red+Green+Blue) = 76+5+28=109 (14% of max value = 765). Red value is 76 (30.08% from 255 or 69.72% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 76 - color contains mainly: red. Hex color #4C051C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C051C is #B3FAE3. Grayscale: #1C1C1C. Windows color (decimal): -11795172 or 1836364. OLE color: 1836364.
HSL color Cylindrical-coordinate representation of color #4C051C: hue angle of 340.56º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C051C is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 5 | 28 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.70 |
| HSL | 340.56º | 0.88% | 0.16% | - |
| HSV(B) | 340.56º | 0.93% | 0.3% | - |
| XYZ | 3.24 | 1.73 | 1.26 | - |
| YUV | 28.85 | 127.52 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 5 | 28 | 0 | 0.93 | 0.63 | 0.70 | 340.56 | 0.88 | 0.16 |
| Hex | 4C | 5 | 1C | 0 | 5D | 3F | 46 | 155 | 58 | 10 |
| Octal | 114 | 5 | 34 | 0 | 135 | 77 | 106 | 525 | 130 | 20 |
| Binary | 1001100 | 101 | 11100 | 0 | 1011101 | 111111 | 1000110 | 101010101 | 1011000 | 10000 |
Color Harmonies of #4C051C
Complementary color
Monochromatic Colors of #4C051C
Black with #4C051C
Text Example
Text Example
White with #4C051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C051C; }
p { color: rgb(76,5,28); }
H1.HeaderClassName
{
color: #4C051C;
}
.AnyTagClassName
{
color: #4C051C;
}
</style>
background-color css
<style>
a { background-color: #4C051C; }
a { background-color: rgb(76,5,28); }
div.DivClassName
{
background-color: #4C051C;
}
.BgClassName
{
background-color: #4C051C;
}
</style>
border-color css
<style>
span { border-color: #4C051C; }
span { border-color: rgb(76,5,28); }
td.TdClassName
{
border-color: #4C051C;
}
.TagClassName
{
border-color: #4C051C;
}
</style>