Shades of Bordeaux #4A1320
Tints of Bordeaux #4A1320
RGB
CMYK
RGB Variations
Color information
#4A1320 (or 0x4A1320) is known color: Bordeaux. HEX triplet: 4A, 13 and 20. RGB value is (74,19,32). Sum of RGB (Red+Green+Blue) = 74+19+32=125 (16% of max value = 765). Red value is 74 (29.30% from 255 or 59.2% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1320 is #B5ECDF. Grayscale: #242424. Windows color (decimal): -11922656 or 2102090. OLE color: 2102090.
HSL color Cylindrical-coordinate representation of color #4A1320: hue angle of 345.82º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A1320 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 19 | 32 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.71 |
| HSL | 345.82º | 0.59% | 0.18% | - |
| HSV(B) | 345.82º | 0.74% | 0.29% | - |
| XYZ | 3.32 | 2.03 | 1.58 | - |
| YUV | 36.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 19 | 32 | 0 | 0.74 | 0.57 | 0.71 | 345.82 | 0.59 | 0.18 |
| Hex | 4A | 13 | 20 | 0 | 4A | 39 | 47 | 15A | 3B | 12 |
| Octal | 112 | 23 | 40 | 0 | 112 | 71 | 107 | 532 | 73 | 22 |
| Binary | 1001010 | 10011 | 100000 | 0 | 1001010 | 111001 | 1000111 | 101011010 | 111011 | 10010 |
Color Harmonies of #4A1320
Complementary color
Monochromatic Colors of #4A1320
Black with #4A1320
Text Example
Text Example
White with #4A1320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1320; }
p { color: rgb(74,19,32); }
H1.HeaderClassName
{
color: #4A1320;
}
.AnyTagClassName
{
color: #4A1320;
}
</style>
background-color css
<style>
a { background-color: #4A1320; }
a { background-color: rgb(74,19,32); }
div.DivClassName
{
background-color: #4A1320;
}
.BgClassName
{
background-color: #4A1320;
}
</style>
border-color css
<style>
span { border-color: #4A1320; }
span { border-color: rgb(74,19,32); }
td.TdClassName
{
border-color: #4A1320;
}
.TagClassName
{
border-color: #4A1320;
}
</style>