Shades of Bordeaux #4D1422
Tints of Bordeaux #4D1422
RGB
CMYK
RGB Variations
Color information
#4D1422 (or 0x4D1422) is known color: Bordeaux. HEX triplet: 4D, 14 and 22. RGB value is (77,20,34). Sum of RGB (Red+Green+Blue) = 77+20+34=131 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.78% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1422 is #B2EBDD. Grayscale: #262626. Windows color (decimal): -11725790 or 2233421. OLE color: 2233421.
HSL color Cylindrical-coordinate representation of color #4D1422: hue angle of 345.26º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D1422 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 20 | 34 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.70 |
| HSL | 345.26º | 0.59% | 0.19% | - |
| HSV(B) | 345.26º | 0.74% | 0.3% | - |
| XYZ | 3.6 | 2.19 | 1.75 | - |
| YUV | 38.64 | 125.38 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 34 | 0 | 0.74 | 0.56 | 0.70 | 345.26 | 0.59 | 0.19 |
| Hex | 4D | 14 | 22 | 0 | 4A | 38 | 46 | 159 | 3B | 13 |
| Octal | 115 | 24 | 42 | 0 | 112 | 70 | 106 | 531 | 73 | 23 |
| Binary | 1001101 | 10100 | 100010 | 0 | 1001010 | 111000 | 1000110 | 101011001 | 111011 | 10011 |
Color Harmonies of #4D1422
Complementary color
Monochromatic Colors of #4D1422
Black with #4D1422
Text Example
Text Example
White with #4D1422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1422; }
p { color: rgb(77,20,34); }
H1.HeaderClassName
{
color: #4D1422;
}
.AnyTagClassName
{
color: #4D1422;
}
</style>
background-color css
<style>
a { background-color: #4D1422; }
a { background-color: rgb(77,20,34); }
div.DivClassName
{
background-color: #4D1422;
}
.BgClassName
{
background-color: #4D1422;
}
</style>
border-color css
<style>
span { border-color: #4D1422; }
span { border-color: rgb(77,20,34); }
td.TdClassName
{
border-color: #4D1422;
}
.TagClassName
{
border-color: #4D1422;
}
</style>