Shades of Bordeaux #4A131A
Tints of Bordeaux #4A131A
RGB
CMYK
RGB Variations
Color information
#4A131A (or 0x4A131A) is known color: Bordeaux. HEX triplet: 4A, 13 and 1A. RGB value is (74,19,26). Sum of RGB (Red+Green+Blue) = 74+19+26=119 (15% of max value = 765). Red value is 74 (29.30% from 255 or 62.18% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 74 - color contains mainly: red. Hex color #4A131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A131A is #B5ECE5. Grayscale: #242424. Windows color (decimal): -11922662 or 1708874. OLE color: 1708874.
HSL color Cylindrical-coordinate representation of color #4A131A: hue angle of 352.36º 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 #4A131A is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 19 | 26 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.71 |
| HSL | 352.36º | 0.59% | 0.18% | - |
| HSV(B) | 352.36º | 0.74% | 0.29% | - |
| XYZ | 3.24 | 2 | 1.19 | - |
| YUV | 36.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 19 | 26 | 0 | 0.74 | 0.65 | 0.71 | 352.36 | 0.59 | 0.18 |
| Hex | 4A | 13 | 1A | 0 | 4A | 41 | 47 | 160 | 3B | 12 |
| Octal | 112 | 23 | 32 | 0 | 112 | 101 | 107 | 540 | 73 | 22 |
| Binary | 1001010 | 10011 | 11010 | 0 | 1001010 | 1000001 | 1000111 | 101100000 | 111011 | 10010 |
Color Harmonies of #4A131A
Complementary color
Monochromatic Colors of #4A131A
Black with #4A131A
Text Example
Text Example
White with #4A131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A131A; }
p { color: rgb(74,19,26); }
H1.HeaderClassName
{
color: #4A131A;
}
.AnyTagClassName
{
color: #4A131A;
}
</style>
background-color css
<style>
a { background-color: #4A131A; }
a { background-color: rgb(74,19,26); }
div.DivClassName
{
background-color: #4A131A;
}
.BgClassName
{
background-color: #4A131A;
}
</style>
border-color css
<style>
span { border-color: #4A131A; }
span { border-color: rgb(74,19,26); }
td.TdClassName
{
border-color: #4A131A;
}
.TagClassName
{
border-color: #4A131A;
}
</style>