Shades of Bordeaux #4C001C
Tints of Bordeaux #4C001C
RGB
CMYK
RGB Variations
Color information
#4C001C (or 0x4C001C) is known color: Bordeaux. HEX triplet: 4C, 00 and 1C. RGB value is (76,0,28). Sum of RGB (Red+Green+Blue) = 76+0+28=104 (13% of max value = 765). Red value is 76 (30.08% from 255 or 73.08% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 76 - color contains mainly: red. Hex color #4C001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C001C is #B3FFE3. Grayscale: #191919. Windows color (decimal): -11796452 or 1835084. OLE color: 1835084.
HSL color Cylindrical-coordinate representation of color #4C001C: hue angle of 337.89º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C001C is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.63 | 0.70 |
| HSL | 337.89º | 1% | 0.15% | - |
| HSV(B) | 337.89º | 1% | 0.3% | - |
| XYZ | 3.19 | 1.62 | 1.24 | - |
| YUV | 25.92 | 129.18 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 0 | 28 | 0 | 1 | 0.63 | 0.70 | 337.89 | 1 | 0.15 |
| Hex | 4C | 0 | 1C | 0 | 64 | 3F | 46 | 152 | 64 | F |
| Octal | 114 | 0 | 34 | 0 | 144 | 77 | 106 | 522 | 144 | 17 |
| Binary | 1001100 | 0 | 11100 | 0 | 1100100 | 111111 | 1000110 | 101010010 | 1100100 | 1111 |
Color Harmonies of #4C001C
Complementary color
Monochromatic Colors of #4C001C
Black with #4C001C
Text Example
Text Example
White with #4C001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C001C; }
p { color: rgb(76,0,28); }
H1.HeaderClassName
{
color: #4C001C;
}
.AnyTagClassName
{
color: #4C001C;
}
</style>
background-color css
<style>
a { background-color: #4C001C; }
a { background-color: rgb(76,0,28); }
div.DivClassName
{
background-color: #4C001C;
}
.BgClassName
{
background-color: #4C001C;
}
</style>
border-color css
<style>
span { border-color: #4C001C; }
span { border-color: rgb(76,0,28); }
td.TdClassName
{
border-color: #4C001C;
}
.TagClassName
{
border-color: #4C001C;
}
</style>