Shades of Bordeaux #4C001B
Tints of Bordeaux #4C001B
RGB
CMYK
RGB Variations
Color information
#4C001B (or 0x4C001B) is known color: Bordeaux. HEX triplet: 4C, 00 and 1B. RGB value is (76,0,27). Sum of RGB (Red+Green+Blue) = 76+0+27=103 (13% of max value = 765). Red value is 76 (30.08% from 255 or 73.79% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 76 - color contains mainly: red. Hex color #4C001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C001B is #B3FFE4. Grayscale: #191919. Windows color (decimal): -11796453 or 1769548. OLE color: 1769548.
HSL color Cylindrical-coordinate representation of color #4C001B: hue angle of 338.68º 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 #4C001B is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.64 | 0.70 |
| HSL | 338.68º | 1% | 0.15% | - |
| HSV(B) | 338.68º | 1% | 0.3% | - |
| XYZ | 3.18 | 1.62 | 1.18 | - |
| YUV | 25.8 | 128.68 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 0 | 27 | 0 | 1 | 0.64 | 0.70 | 338.68 | 1 | 0.15 |
| Hex | 4C | 0 | 1B | 0 | 64 | 40 | 46 | 153 | 64 | F |
| Octal | 114 | 0 | 33 | 0 | 144 | 100 | 106 | 523 | 144 | 17 |
| Binary | 1001100 | 0 | 11011 | 0 | 1100100 | 1000000 | 1000110 | 101010011 | 1100100 | 1111 |
Color Harmonies of #4C001B
Complementary color
Monochromatic Colors of #4C001B
Black with #4C001B
Text Example
Text Example
White with #4C001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C001B; }
p { color: rgb(76,0,27); }
H1.HeaderClassName
{
color: #4C001B;
}
.AnyTagClassName
{
color: #4C001B;
}
</style>
background-color css
<style>
a { background-color: #4C001B; }
a { background-color: rgb(76,0,27); }
div.DivClassName
{
background-color: #4C001B;
}
.BgClassName
{
background-color: #4C001B;
}
</style>
border-color css
<style>
span { border-color: #4C001B; }
span { border-color: rgb(76,0,27); }
td.TdClassName
{
border-color: #4C001B;
}
.TagClassName
{
border-color: #4C001B;
}
</style>