Shades of Bordeaux #4D202A
Tints of Bordeaux #4D202A
RGB
CMYK
RGB Variations
Color information
#4D202A (or 0x4D202A) is known color: Bordeaux. HEX triplet: 4D, 20 and 2A. RGB value is (77,32,42). Sum of RGB (Red+Green+Blue) = 77+32+42=151 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.99% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 77 - color contains mainly: red. Hex color #4D202A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D202A is #B2DFD5. Grayscale: #2E2E2E. Windows color (decimal): -11722710 or 2760781. OLE color: 2760781.
HSL color Cylindrical-coordinate representation of color #4D202A: hue angle of 346.67º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D202A is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
RGB | 77 | 32 | 42 | - |
CMYK | 0 | 0.58 | 0.45 | 0.70 |
HSL | 346.67º | 0.41% | 0.21% | - |
HSV(B) | 346.67º | 0.58% | 0.3% | - |
XYZ | 3.99 | 2.78 | 2.52 | - |
YUV | 46.6 | 125.41 | 149.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 32 | 42 | 0 | 0.58 | 0.45 | 0.70 | 346.67 | 0.41 | 0.21 |
Hex | 4D | 20 | 2A | 0 | 3A | 2D | 46 | 15B | 29 | 15 |
Octal | 115 | 40 | 52 | 0 | 72 | 55 | 106 | 533 | 51 | 25 |
Binary | 1001101 | 100000 | 101010 | 0 | 111010 | 101101 | 1000110 | 101011011 | 101001 | 10101 |
Color Harmonies of #4D202A
Complementary color
Monochromatic Colors of #4D202A
Black with #4D202A
Text Example
Text Example
White with #4D202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D202A; }
p { color: rgb(77,32,42); }
H1.HeaderClassName
{
color: #4D202A;
}
.AnyTagClassName
{
color: #4D202A;
}
</style>
background-color css
<style>
a { background-color: #4D202A; }
a { background-color: rgb(77,32,42); }
div.DivClassName
{
background-color: #4D202A;
}
.BgClassName
{
background-color: #4D202A;
}
</style>
border-color css
<style>
span { border-color: #4D202A; }
span { border-color: rgb(77,32,42); }
td.TdClassName
{
border-color: #4D202A;
}
.TagClassName
{
border-color: #4D202A;
}
</style>