Shades of Bordeaux #4C1622
Tints of Bordeaux #4C1622
RGB
CMYK
RGB Variations
Color information
#4C1622 (or 0x4C1622) is known color: Bordeaux. HEX triplet: 4C, 16 and 22. RGB value is (76,22,34). Sum of RGB (Red+Green+Blue) = 76+22+34=132 (17% of max value = 765). Red value is 76 (30.08% from 255 or 57.58% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 34 (13.67% from 255 or 25.76% from 132); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1622 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1622 is #B3E9DD. Grayscale: #272727. Windows color (decimal): -11790814 or 2233932. OLE color: 2233932.
HSL color Cylindrical-coordinate representation of color #4C1622: hue angle of 346.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 #4C1622 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 22 | 34 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.70 |
| HSL | 346.67º | 0.55% | 0.19% | - |
| HSV(B) | 346.67º | 0.71% | 0.3% | - |
| XYZ | 3.56 | 2.23 | 1.76 | - |
| YUV | 39.51 | 124.89 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 22 | 34 | 0 | 0.71 | 0.55 | 0.70 | 346.67 | 0.55 | 0.19 |
| Hex | 4C | 16 | 22 | 0 | 47 | 37 | 46 | 15B | 37 | 13 |
| Octal | 114 | 26 | 42 | 0 | 107 | 67 | 106 | 533 | 67 | 23 |
| Binary | 1001100 | 10110 | 100010 | 0 | 1000111 | 110111 | 1000110 | 101011011 | 110111 | 10011 |
Color Harmonies of #4C1622
Complementary color
Monochromatic Colors of #4C1622
Black with #4C1622
Text Example
Text Example
White with #4C1622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1622; }
p { color: rgb(76,22,34); }
H1.HeaderClassName
{
color: #4C1622;
}
.AnyTagClassName
{
color: #4C1622;
}
</style>
background-color css
<style>
a { background-color: #4C1622; }
a { background-color: rgb(76,22,34); }
div.DivClassName
{
background-color: #4C1622;
}
.BgClassName
{
background-color: #4C1622;
}
</style>
border-color css
<style>
span { border-color: #4C1622; }
span { border-color: rgb(76,22,34); }
td.TdClassName
{
border-color: #4C1622;
}
.TagClassName
{
border-color: #4C1622;
}
</style>