Shades of Bordeaux #4C1722
Tints of Bordeaux #4C1722
RGB
CMYK
RGB Variations
Color information
#4C1722 (or 0x4C1722) is known color: Bordeaux. HEX triplet: 4C, 17 and 22. RGB value is (76,23,34). Sum of RGB (Red+Green+Blue) = 76+23+34=133 (17% of max value = 765). Red value is 76 (30.08% from 255 or 57.14% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1722 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1722 is #B3E8DD. Grayscale: #282828. Windows color (decimal): -11790558 or 2234188. OLE color: 2234188.
HSL color Cylindrical-coordinate representation of color #4C1722: hue angle of 347.55º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C1722 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 23 | 34 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.70 |
| HSL | 347.55º | 0.54% | 0.19% | - |
| HSV(B) | 347.55º | 0.7% | 0.3% | - |
| XYZ | 3.58 | 2.26 | 1.76 | - |
| YUV | 40.1 | 124.56 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 23 | 34 | 0 | 0.70 | 0.55 | 0.70 | 347.55 | 0.54 | 0.19 |
| Hex | 4C | 17 | 22 | 0 | 46 | 37 | 46 | 15C | 36 | 13 |
| Octal | 114 | 27 | 42 | 0 | 106 | 67 | 106 | 534 | 66 | 23 |
| Binary | 1001100 | 10111 | 100010 | 0 | 1000110 | 110111 | 1000110 | 101011100 | 110110 | 10011 |
Color Harmonies of #4C1722
Complementary color
Monochromatic Colors of #4C1722
Black with #4C1722
Text Example
Text Example
White with #4C1722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1722; }
p { color: rgb(76,23,34); }
H1.HeaderClassName
{
color: #4C1722;
}
.AnyTagClassName
{
color: #4C1722;
}
</style>
background-color css
<style>
a { background-color: #4C1722; }
a { background-color: rgb(76,23,34); }
div.DivClassName
{
background-color: #4C1722;
}
.BgClassName
{
background-color: #4C1722;
}
</style>
border-color css
<style>
span { border-color: #4C1722; }
span { border-color: rgb(76,23,34); }
td.TdClassName
{
border-color: #4C1722;
}
.TagClassName
{
border-color: #4C1722;
}
</style>