Shades of Bordeaux #4D101B
Tints of Bordeaux #4D101B
RGB
CMYK
RGB Variations
Color information
#4D101B (or 0x4D101B) is known color: Bordeaux. HEX triplet: 4D, 10 and 1B. RGB value is (77,16,27). Sum of RGB (Red+Green+Blue) = 77+16+27=120 (15% of max value = 765). Red value is 77 (30.47% from 255 or 64.17% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 77 - color contains mainly: red. Hex color #4D101B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D101B is #B2EFE4. Grayscale: #232323. Windows color (decimal): -11726821 or 1773645. OLE color: 1773645.
HSL color Cylindrical-coordinate representation of color #4D101B: hue angle of 349.18º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D101B is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 16 | 27 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.70 |
| HSL | 349.18º | 0.66% | 0.18% | - |
| HSV(B) | 349.18º | 0.79% | 0.3% | - |
| XYZ | 3.44 | 2.03 | 1.25 | - |
| YUV | 35.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 27 | 0 | 0.79 | 0.65 | 0.70 | 349.18 | 0.66 | 0.18 |
| Hex | 4D | 10 | 1B | 0 | 4F | 41 | 46 | 15D | 42 | 12 |
| Octal | 115 | 20 | 33 | 0 | 117 | 101 | 106 | 535 | 102 | 22 |
| Binary | 1001101 | 10000 | 11011 | 0 | 1001111 | 1000001 | 1000110 | 101011101 | 1000010 | 10010 |
Color Harmonies of #4D101B
Complementary color
Monochromatic Colors of #4D101B
Black with #4D101B
Text Example
Text Example
White with #4D101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D101B; }
p { color: rgb(77,16,27); }
H1.HeaderClassName
{
color: #4D101B;
}
.AnyTagClassName
{
color: #4D101B;
}
</style>
background-color css
<style>
a { background-color: #4D101B; }
a { background-color: rgb(77,16,27); }
div.DivClassName
{
background-color: #4D101B;
}
.BgClassName
{
background-color: #4D101B;
}
</style>
border-color css
<style>
span { border-color: #4D101B; }
span { border-color: rgb(77,16,27); }
td.TdClassName
{
border-color: #4D101B;
}
.TagClassName
{
border-color: #4D101B;
}
</style>