Shades of Bordeaux #4A1519
Tints of Bordeaux #4A1519
RGB
CMYK
RGB Variations
Color information
#4A1519 (or 0x4A1519) is known color: Bordeaux. HEX triplet: 4A, 15 and 19. RGB value is (74,21,25). Sum of RGB (Red+Green+Blue) = 74+21+25=120 (15% of max value = 765). Red value is 74 (29.30% from 255 or 61.67% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A1519 is #B5EAE6. Grayscale: #252525. Windows color (decimal): -11922151 or 1643850. OLE color: 1643850.
HSL color Cylindrical-coordinate representation of color #4A1519: hue angle of 355.47º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A1519 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 21 | 25 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.71 |
| HSL | 355.47º | 0.56% | 0.19% | - |
| HSV(B) | 355.47º | 0.72% | 0.29% | - |
| XYZ | 3.27 | 2.06 | 1.15 | - |
| YUV | 37.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 21 | 25 | 0 | 0.72 | 0.66 | 0.71 | 355.47 | 0.56 | 0.19 |
| Hex | 4A | 15 | 19 | 0 | 48 | 42 | 47 | 163 | 38 | 13 |
| Octal | 112 | 25 | 31 | 0 | 110 | 102 | 107 | 543 | 70 | 23 |
| Binary | 1001010 | 10101 | 11001 | 0 | 1001000 | 1000010 | 1000111 | 101100011 | 111000 | 10011 |
Color Harmonies of #4A1519
Complementary color
Monochromatic Colors of #4A1519
Black with #4A1519
Text Example
Text Example
White with #4A1519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1519; }
p { color: rgb(74,21,25); }
H1.HeaderClassName
{
color: #4A1519;
}
.AnyTagClassName
{
color: #4A1519;
}
</style>
background-color css
<style>
a { background-color: #4A1519; }
a { background-color: rgb(74,21,25); }
div.DivClassName
{
background-color: #4A1519;
}
.BgClassName
{
background-color: #4A1519;
}
</style>
border-color css
<style>
span { border-color: #4A1519; }
span { border-color: rgb(74,21,25); }
td.TdClassName
{
border-color: #4A1519;
}
.TagClassName
{
border-color: #4A1519;
}
</style>