Shades of Bordeaux #4C101B
Tints of Bordeaux #4C101B
RGB
CMYK
RGB Variations
Color information
#4C101B (or 0x4C101B) is known color: Bordeaux. HEX triplet: 4C, 10 and 1B. RGB value is (76,16,27). Sum of RGB (Red+Green+Blue) = 76+16+27=119 (15% of max value = 765). Red value is 76 (30.08% from 255 or 63.87% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 76 - color contains mainly: red. Hex color #4C101B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C101B is #B3EFE4. Grayscale: #232323. Windows color (decimal): -11792357 or 1773644. OLE color: 1773644.
HSL color Cylindrical-coordinate representation of color #4C101B: hue angle of 349º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C101B is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 16 | 27 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.70 |
| HSL | 349º | 0.65% | 0.18% | - |
| HSV(B) | 349º | 0.79% | 0.3% | - |
| XYZ | 3.36 | 1.99 | 1.24 | - |
| YUV | 35.19 | 123.38 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 16 | 27 | 0 | 0.79 | 0.64 | 0.70 | 349 | 0.65 | 0.18 |
| Hex | 4C | 10 | 1B | 0 | 4F | 40 | 46 | 15D | 41 | 12 |
| Octal | 114 | 20 | 33 | 0 | 117 | 100 | 106 | 535 | 101 | 22 |
| Binary | 1001100 | 10000 | 11011 | 0 | 1001111 | 1000000 | 1000110 | 101011101 | 1000001 | 10010 |
Color Harmonies of #4C101B
Complementary color
Monochromatic Colors of #4C101B
Black with #4C101B
Text Example
Text Example
White with #4C101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C101B; }
p { color: rgb(76,16,27); }
H1.HeaderClassName
{
color: #4C101B;
}
.AnyTagClassName
{
color: #4C101B;
}
</style>
background-color css
<style>
a { background-color: #4C101B; }
a { background-color: rgb(76,16,27); }
div.DivClassName
{
background-color: #4C101B;
}
.BgClassName
{
background-color: #4C101B;
}
</style>
border-color css
<style>
span { border-color: #4C101B; }
span { border-color: rgb(76,16,27); }
td.TdClassName
{
border-color: #4C101B;
}
.TagClassName
{
border-color: #4C101B;
}
</style>