Shades of Bordeaux #4A1321
Tints of Bordeaux #4A1321
RGB
CMYK
RGB Variations
Color information
#4A1321 (or 0x4A1321) is known color: Bordeaux. HEX triplet: 4A, 13 and 21. RGB value is (74,19,33). Sum of RGB (Red+Green+Blue) = 74+19+33=126 (16% of max value = 765). Red value is 74 (29.30% from 255 or 58.73% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1321 is #B5ECDE. Grayscale: #252525. Windows color (decimal): -11922655 or 2167626. OLE color: 2167626.
HSL color Cylindrical-coordinate representation of color #4A1321: hue angle of 344.73º 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 #4A1321 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 19 | 33 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.71 |
| HSL | 344.73º | 0.59% | 0.18% | - |
| HSV(B) | 344.73º | 0.74% | 0.29% | - |
| XYZ | 3.33 | 2.03 | 1.66 | - |
| YUV | 37.04 | 125.72 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 19 | 33 | 0 | 0.74 | 0.55 | 0.71 | 344.73 | 0.59 | 0.18 |
| Hex | 4A | 13 | 21 | 0 | 4A | 37 | 47 | 159 | 3B | 12 |
| Octal | 112 | 23 | 41 | 0 | 112 | 67 | 107 | 531 | 73 | 22 |
| Binary | 1001010 | 10011 | 100001 | 0 | 1001010 | 110111 | 1000111 | 101011001 | 111011 | 10010 |
Color Harmonies of #4A1321
Complementary color
Monochromatic Colors of #4A1321
Black with #4A1321
Text Example
Text Example
White with #4A1321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1321; }
p { color: rgb(74,19,33); }
H1.HeaderClassName
{
color: #4A1321;
}
.AnyTagClassName
{
color: #4A1321;
}
</style>
background-color css
<style>
a { background-color: #4A1321; }
a { background-color: rgb(74,19,33); }
div.DivClassName
{
background-color: #4A1321;
}
.BgClassName
{
background-color: #4A1321;
}
</style>
border-color css
<style>
span { border-color: #4A1321; }
span { border-color: rgb(74,19,33); }
td.TdClassName
{
border-color: #4A1321;
}
.TagClassName
{
border-color: #4A1321;
}
</style>