Shades of Bordeaux #4D1622
Tints of Bordeaux #4D1622
RGB
CMYK
RGB Variations
Color information
#4D1622 (or 0x4D1622) is known color: Bordeaux. HEX triplet: 4D, 16 and 22. RGB value is (77,22,34). Sum of RGB (Red+Green+Blue) = 77+22+34=133 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.89% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1622 is #B2E9DD. Grayscale: #272727. Windows color (decimal): -11725278 or 2233933. OLE color: 2233933.
HSL color Cylindrical-coordinate representation of color #4D1622: hue angle of 346.91º degrees, saturation: 0.56, 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 #4D1622 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 22 | 34 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.70 |
| HSL | 346.91º | 0.56% | 0.19% | - |
| HSV(B) | 346.91º | 0.71% | 0.3% | - |
| XYZ | 3.64 | 2.27 | 1.76 | - |
| YUV | 39.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 22 | 34 | 0 | 0.71 | 0.56 | 0.70 | 346.91 | 0.56 | 0.19 |
| Hex | 4D | 16 | 22 | 0 | 47 | 38 | 46 | 15B | 38 | 13 |
| Octal | 115 | 26 | 42 | 0 | 107 | 70 | 106 | 533 | 70 | 23 |
| Binary | 1001101 | 10110 | 100010 | 0 | 1000111 | 111000 | 1000110 | 101011011 | 111000 | 10011 |
Color Harmonies of #4D1622
Complementary color
Monochromatic Colors of #4D1622
Black with #4D1622
Text Example
Text Example
White with #4D1622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1622; }
p { color: rgb(77,22,34); }
H1.HeaderClassName
{
color: #4D1622;
}
.AnyTagClassName
{
color: #4D1622;
}
</style>
background-color css
<style>
a { background-color: #4D1622; }
a { background-color: rgb(77,22,34); }
div.DivClassName
{
background-color: #4D1622;
}
.BgClassName
{
background-color: #4D1622;
}
</style>
border-color css
<style>
span { border-color: #4D1622; }
span { border-color: rgb(77,22,34); }
td.TdClassName
{
border-color: #4D1622;
}
.TagClassName
{
border-color: #4D1622;
}
</style>