Shades of Bordeaux #4D091C
Tints of Bordeaux #4D091C
RGB
CMYK
RGB Variations
Color information
#4D091C (or 0x4D091C) is known color: Bordeaux. HEX triplet: 4D, 09 and 1C. RGB value is (77,9,28). Sum of RGB (Red+Green+Blue) = 77+9+28=114 (15% of max value = 765). Red value is 77 (30.47% from 255 or 67.54% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 77 - color contains mainly: red. Hex color #4D091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D091C is #B2F6E3. Grayscale: #1F1F1F. Windows color (decimal): -11728612 or 1837389. OLE color: 1837389.
HSL color Cylindrical-coordinate representation of color #4D091C: hue angle of 343.24º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D091C is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 9 | 28 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.70 |
| HSL | 343.24º | 0.79% | 0.17% | - |
| HSV(B) | 343.24º | 0.88% | 0.3% | - |
| XYZ | 3.37 | 1.86 | 1.28 | - |
| YUV | 31.5 | 126.03 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 9 | 28 | 0 | 0.88 | 0.64 | 0.70 | 343.24 | 0.79 | 0.17 |
| Hex | 4D | 9 | 1C | 0 | 58 | 40 | 46 | 157 | 4F | 11 |
| Octal | 115 | 11 | 34 | 0 | 130 | 100 | 106 | 527 | 117 | 21 |
| Binary | 1001101 | 1001 | 11100 | 0 | 1011000 | 1000000 | 1000110 | 101010111 | 1001111 | 10001 |
Color Harmonies of #4D091C
Complementary color
Monochromatic Colors of #4D091C
Black with #4D091C
Text Example
Text Example
White with #4D091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D091C; }
p { color: rgb(77,9,28); }
H1.HeaderClassName
{
color: #4D091C;
}
.AnyTagClassName
{
color: #4D091C;
}
</style>
background-color css
<style>
a { background-color: #4D091C; }
a { background-color: rgb(77,9,28); }
div.DivClassName
{
background-color: #4D091C;
}
.BgClassName
{
background-color: #4D091C;
}
</style>
border-color css
<style>
span { border-color: #4D091C; }
span { border-color: rgb(77,9,28); }
td.TdClassName
{
border-color: #4D091C;
}
.TagClassName
{
border-color: #4D091C;
}
</style>