Shades of Bordeaux #4D0C1A
Tints of Bordeaux #4D0C1A
RGB
CMYK
RGB Variations
Color information
#4D0C1A (or 0x4D0C1A) is known color: Bordeaux. HEX triplet: 4D, 0C and 1A. RGB value is (77,12,26). Sum of RGB (Red+Green+Blue) = 77+12+26=115 (15% of max value = 765). Red value is 77 (30.47% from 255 or 66.96% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0C1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0C1A is #B2F3E5. Grayscale: #212121. Windows color (decimal): -11727846 or 1707085. OLE color: 1707085.
HSL color Cylindrical-coordinate representation of color #4D0C1A: hue angle of 347.08º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D0C1A is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 12 | 26 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.70 |
| HSL | 347.08º | 0.73% | 0.17% | - |
| HSV(B) | 347.08º | 0.84% | 0.3% | - |
| XYZ | 3.38 | 1.92 | 1.17 | - |
| YUV | 33.03 | 124.03 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 12 | 26 | 0 | 0.84 | 0.66 | 0.70 | 347.08 | 0.73 | 0.17 |
| Hex | 4D | C | 1A | 0 | 54 | 42 | 46 | 15B | 49 | 11 |
| Octal | 115 | 14 | 32 | 0 | 124 | 102 | 106 | 533 | 111 | 21 |
| Binary | 1001101 | 1100 | 11010 | 0 | 1010100 | 1000010 | 1000110 | 101011011 | 1001001 | 10001 |
Color Harmonies of #4D0C1A
Complementary color
Monochromatic Colors of #4D0C1A
Black with #4D0C1A
Text Example
Text Example
White with #4D0C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0C1A; }
p { color: rgb(77,12,26); }
H1.HeaderClassName
{
color: #4D0C1A;
}
.AnyTagClassName
{
color: #4D0C1A;
}
</style>
background-color css
<style>
a { background-color: #4D0C1A; }
a { background-color: rgb(77,12,26); }
div.DivClassName
{
background-color: #4D0C1A;
}
.BgClassName
{
background-color: #4D0C1A;
}
</style>
border-color css
<style>
span { border-color: #4D0C1A; }
span { border-color: rgb(77,12,26); }
td.TdClassName
{
border-color: #4D0C1A;
}
.TagClassName
{
border-color: #4D0C1A;
}
</style>