Shades of Bordeaux #4D1822
Tints of Bordeaux #4D1822
RGB
CMYK
RGB Variations
Color information
#4D1822 (or 0x4D1822) is known color: Bordeaux. HEX triplet: 4D, 18 and 22. RGB value is (77,24,34). Sum of RGB (Red+Green+Blue) = 77+24+34=135 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.04% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1822 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1822 is #B2E7DD. Grayscale: #292929. Windows color (decimal): -11724766 or 2234445. OLE color: 2234445.
HSL color Cylindrical-coordinate representation of color #4D1822: hue angle of 348.68º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D1822 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 24 | 34 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.70 |
| HSL | 348.68º | 0.52% | 0.2% | - |
| HSV(B) | 348.68º | 0.69% | 0.3% | - |
| XYZ | 3.68 | 2.35 | 1.77 | - |
| YUV | 40.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 24 | 34 | 0 | 0.69 | 0.56 | 0.70 | 348.68 | 0.52 | 0.2 |
| Hex | 4D | 18 | 22 | 0 | 45 | 38 | 46 | 15D | 34 | 14 |
| Octal | 115 | 30 | 42 | 0 | 105 | 70 | 106 | 535 | 64 | 24 |
| Binary | 1001101 | 11000 | 100010 | 0 | 1000101 | 111000 | 1000110 | 101011101 | 110100 | 10100 |
Color Harmonies of #4D1822
Complementary color
Monochromatic Colors of #4D1822
Black with #4D1822
Text Example
Text Example
White with #4D1822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1822; }
p { color: rgb(77,24,34); }
H1.HeaderClassName
{
color: #4D1822;
}
.AnyTagClassName
{
color: #4D1822;
}
</style>
background-color css
<style>
a { background-color: #4D1822; }
a { background-color: rgb(77,24,34); }
div.DivClassName
{
background-color: #4D1822;
}
.BgClassName
{
background-color: #4D1822;
}
</style>
border-color css
<style>
span { border-color: #4D1822; }
span { border-color: rgb(77,24,34); }
td.TdClassName
{
border-color: #4D1822;
}
.TagClassName
{
border-color: #4D1822;
}
</style>