Shades of Bordeaux #4B061D
Tints of Bordeaux #4B061D
RGB
CMYK
RGB Variations
Color information
#4B061D (or 0x4B061D) is known color: Bordeaux. HEX triplet: 4B, 06 and 1D. RGB value is (75,6,29). Sum of RGB (Red+Green+Blue) = 75+6+29=110 (14% of max value = 765). Red value is 75 (29.69% from 255 or 68.18% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 75 - color contains mainly: red. Hex color #4B061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B061D is #B4F9E2. Grayscale: #1D1D1D. Windows color (decimal): -11860451 or 1902155. OLE color: 1902155.
HSL color Cylindrical-coordinate representation of color #4B061D: hue angle of 340º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4B061D is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 6 | 29 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.71 |
| HSL | 340º | 0.85% | 0.16% | - |
| HSV(B) | 340º | 0.92% | 0.29% | - |
| XYZ | 3.19 | 1.71 | 1.33 | - |
| YUV | 29.25 | 127.86 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 6 | 29 | 0 | 0.92 | 0.61 | 0.71 | 340 | 0.85 | 0.16 |
| Hex | 4B | 6 | 1D | 0 | 5C | 3D | 47 | 154 | 55 | 10 |
| Octal | 113 | 6 | 35 | 0 | 134 | 75 | 107 | 524 | 125 | 20 |
| Binary | 1001011 | 110 | 11101 | 0 | 1011100 | 111101 | 1000111 | 101010100 | 1010101 | 10000 |
Color Harmonies of #4B061D
Complementary color
Monochromatic Colors of #4B061D
Black with #4B061D
Text Example
Text Example
White with #4B061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B061D; }
p { color: rgb(75,6,29); }
H1.HeaderClassName
{
color: #4B061D;
}
.AnyTagClassName
{
color: #4B061D;
}
</style>
background-color css
<style>
a { background-color: #4B061D; }
a { background-color: rgb(75,6,29); }
div.DivClassName
{
background-color: #4B061D;
}
.BgClassName
{
background-color: #4B061D;
}
</style>
border-color css
<style>
span { border-color: #4B061D; }
span { border-color: rgb(75,6,29); }
td.TdClassName
{
border-color: #4B061D;
}
.TagClassName
{
border-color: #4B061D;
}
</style>