Shades of Bordeaux #4A051D
Tints of Bordeaux #4A051D
RGB
CMYK
RGB Variations
Color information
#4A051D (or 0x4A051D) is known color: Bordeaux. HEX triplet: 4A, 05 and 1D. RGB value is (74,5,29). Sum of RGB (Red+Green+Blue) = 74+5+29=108 (14% of max value = 765). Red value is 74 (29.30% from 255 or 68.52% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 74 - color contains mainly: red. Hex color #4A051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A051D is #B5FAE2. Grayscale: #1C1C1C. Windows color (decimal): -11926243 or 1901898. OLE color: 1901898.
HSL color Cylindrical-coordinate representation of color #4A051D: hue angle of 339.13º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A051D is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 5 | 29 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.71 |
| HSL | 339.13º | 0.87% | 0.15% | - |
| HSV(B) | 339.13º | 0.93% | 0.29% | - |
| XYZ | 3.1 | 1.65 | 1.32 | - |
| YUV | 28.37 | 128.36 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 5 | 29 | 0 | 0.93 | 0.61 | 0.71 | 339.13 | 0.87 | 0.15 |
| Hex | 4A | 5 | 1D | 0 | 5D | 3D | 47 | 153 | 57 | F |
| Octal | 112 | 5 | 35 | 0 | 135 | 75 | 107 | 523 | 127 | 17 |
| Binary | 1001010 | 101 | 11101 | 0 | 1011101 | 111101 | 1000111 | 101010011 | 1010111 | 1111 |
Color Harmonies of #4A051D
Complementary color
Monochromatic Colors of #4A051D
Black with #4A051D
Text Example
Text Example
White with #4A051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A051D; }
p { color: rgb(74,5,29); }
H1.HeaderClassName
{
color: #4A051D;
}
.AnyTagClassName
{
color: #4A051D;
}
</style>
background-color css
<style>
a { background-color: #4A051D; }
a { background-color: rgb(74,5,29); }
div.DivClassName
{
background-color: #4A051D;
}
.BgClassName
{
background-color: #4A051D;
}
</style>
border-color css
<style>
span { border-color: #4A051D; }
span { border-color: rgb(74,5,29); }
td.TdClassName
{
border-color: #4A051D;
}
.TagClassName
{
border-color: #4A051D;
}
</style>