Shades of Bordeaux #4A061D
Tints of Bordeaux #4A061D
RGB
CMYK
RGB Variations
Color information
#4A061D (or 0x4A061D) is known color: Bordeaux. HEX triplet: 4A, 06 and 1D. RGB value is (74,6,29). Sum of RGB (Red+Green+Blue) = 74+6+29=109 (14% of max value = 765). Red value is 74 (29.30% from 255 or 67.89% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 74 - color contains mainly: red. Hex color #4A061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A061D is #B5F9E2. Grayscale: #1C1C1C. Windows color (decimal): -11925987 or 1902154. OLE color: 1902154.
HSL color Cylindrical-coordinate representation of color #4A061D: hue angle of 339.71º 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 #4A061D is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 6 | 29 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.71 |
| HSL | 339.71º | 0.85% | 0.16% | - |
| HSV(B) | 339.71º | 0.92% | 0.29% | - |
| XYZ | 3.11 | 1.67 | 1.32 | - |
| YUV | 28.95 | 128.03 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 6 | 29 | 0 | 0.92 | 0.61 | 0.71 | 339.71 | 0.85 | 0.16 |
| Hex | 4A | 6 | 1D | 0 | 5C | 3D | 47 | 154 | 55 | 10 |
| Octal | 112 | 6 | 35 | 0 | 134 | 75 | 107 | 524 | 125 | 20 |
| Binary | 1001010 | 110 | 11101 | 0 | 1011100 | 111101 | 1000111 | 101010100 | 1010101 | 10000 |
Color Harmonies of #4A061D
Complementary color
Monochromatic Colors of #4A061D
Black with #4A061D
Text Example
Text Example
White with #4A061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A061D; }
p { color: rgb(74,6,29); }
H1.HeaderClassName
{
color: #4A061D;
}
.AnyTagClassName
{
color: #4A061D;
}
</style>
background-color css
<style>
a { background-color: #4A061D; }
a { background-color: rgb(74,6,29); }
div.DivClassName
{
background-color: #4A061D;
}
.BgClassName
{
background-color: #4A061D;
}
</style>
border-color css
<style>
span { border-color: #4A061D; }
span { border-color: rgb(74,6,29); }
td.TdClassName
{
border-color: #4A061D;
}
.TagClassName
{
border-color: #4A061D;
}
</style>