Shades of Bordeaux #4C1619
Tints of Bordeaux #4C1619
RGB
CMYK
RGB Variations
Color information
#4C1619 (or 0x4C1619) is known color: Bordeaux. HEX triplet: 4C, 16 and 19. RGB value is (76,22,25). Sum of RGB (Red+Green+Blue) = 76+22+25=123 (16% of max value = 765). Red value is 76 (30.08% from 255 or 61.79% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C1619 is #B3E9E6. Grayscale: #262626. Windows color (decimal): -11790823 or 1644108. OLE color: 1644108.
HSL color Cylindrical-coordinate representation of color #4C1619: hue angle of 356.67º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C1619 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 22 | 25 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.70 |
| HSL | 356.67º | 0.55% | 0.19% | - |
| HSV(B) | 356.67º | 0.71% | 0.3% | - |
| XYZ | 3.44 | 2.18 | 1.16 | - |
| YUV | 38.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 22 | 25 | 0 | 0.71 | 0.67 | 0.70 | 356.67 | 0.55 | 0.19 |
| Hex | 4C | 16 | 19 | 0 | 47 | 43 | 46 | 165 | 37 | 13 |
| Octal | 114 | 26 | 31 | 0 | 107 | 103 | 106 | 545 | 67 | 23 |
| Binary | 1001100 | 10110 | 11001 | 0 | 1000111 | 1000011 | 1000110 | 101100101 | 110111 | 10011 |
Color Harmonies of #4C1619
Complementary color
Monochromatic Colors of #4C1619
Black with #4C1619
Text Example
Text Example
White with #4C1619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1619; }
p { color: rgb(76,22,25); }
H1.HeaderClassName
{
color: #4C1619;
}
.AnyTagClassName
{
color: #4C1619;
}
</style>
background-color css
<style>
a { background-color: #4C1619; }
a { background-color: rgb(76,22,25); }
div.DivClassName
{
background-color: #4C1619;
}
.BgClassName
{
background-color: #4C1619;
}
</style>
border-color css
<style>
span { border-color: #4C1619; }
span { border-color: rgb(76,22,25); }
td.TdClassName
{
border-color: #4C1619;
}
.TagClassName
{
border-color: #4C1619;
}
</style>