Shades of Bordeaux #4D1C22
Tints of Bordeaux #4D1C22
RGB
CMYK
RGB Variations
Color information
#4D1C22 (or 0x4D1C22) is known color: Bordeaux. HEX triplet: 4D, 1C and 22. RGB value is (77,28,34). Sum of RGB (Red+Green+Blue) = 77+28+34=139 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.40% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1C22 is #B2E3DD. Grayscale: #2B2B2B. Windows color (decimal): -11723742 or 2235469. OLE color: 2235469.
HSL color Cylindrical-coordinate representation of color #4D1C22: hue angle of 352.65º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D1C22 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 28 | 34 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.70 |
| HSL | 352.65º | 0.47% | 0.21% | - |
| HSV(B) | 352.65º | 0.64% | 0.3% | - |
| XYZ | 3.76 | 2.52 | 1.8 | - |
| YUV | 43.34 | 122.73 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 28 | 34 | 0 | 0.64 | 0.56 | 0.70 | 352.65 | 0.47 | 0.21 |
| Hex | 4D | 1C | 22 | 0 | 40 | 38 | 46 | 161 | 2F | 15 |
| Octal | 115 | 34 | 42 | 0 | 100 | 70 | 106 | 541 | 57 | 25 |
| Binary | 1001101 | 11100 | 100010 | 0 | 1000000 | 111000 | 1000110 | 101100001 | 101111 | 10101 |
Color Harmonies of #4D1C22
Complementary color
Monochromatic Colors of #4D1C22
Black with #4D1C22
Text Example
Text Example
White with #4D1C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1C22; }
p { color: rgb(77,28,34); }
H1.HeaderClassName
{
color: #4D1C22;
}
.AnyTagClassName
{
color: #4D1C22;
}
</style>
background-color css
<style>
a { background-color: #4D1C22; }
a { background-color: rgb(77,28,34); }
div.DivClassName
{
background-color: #4D1C22;
}
.BgClassName
{
background-color: #4D1C22;
}
</style>
border-color css
<style>
span { border-color: #4D1C22; }
span { border-color: rgb(77,28,34); }
td.TdClassName
{
border-color: #4D1C22;
}
.TagClassName
{
border-color: #4D1C22;
}
</style>