Shades of Bordeaux #4A1525
Tints of Bordeaux #4A1525
RGB
CMYK
RGB Variations
Color information
#4A1525 (or 0x4A1525) is known color: Bordeaux. HEX triplet: 4A, 15 and 25. RGB value is (74,21,37). Sum of RGB (Red+Green+Blue) = 74+21+37=132 (17% of max value = 765). Red value is 74 (29.30% from 255 or 56.06% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1525 is #B5EADA. Grayscale: #262626. Windows color (decimal): -11922139 or 2430282. OLE color: 2430282.
HSL color Cylindrical-coordinate representation of color #4A1525: hue angle of 341.89º 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 #4A1525 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 21 | 37 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.71 |
| HSL | 341.89º | 0.56% | 0.19% | - |
| HSV(B) | 341.89º | 0.72% | 0.29% | - |
| XYZ | 3.43 | 2.13 | 1.98 | - |
| YUV | 38.67 | 127.06 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 21 | 37 | 0 | 0.72 | 0.50 | 0.71 | 341.89 | 0.56 | 0.19 |
| Hex | 4A | 15 | 25 | 0 | 48 | 32 | 47 | 156 | 38 | 13 |
| Octal | 112 | 25 | 45 | 0 | 110 | 62 | 107 | 526 | 70 | 23 |
| Binary | 1001010 | 10101 | 100101 | 0 | 1001000 | 110010 | 1000111 | 101010110 | 111000 | 10011 |
Color Harmonies of #4A1525
Complementary color
Monochromatic Colors of #4A1525
Black with #4A1525
Text Example
Text Example
White with #4A1525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1525; }
p { color: rgb(74,21,37); }
H1.HeaderClassName
{
color: #4A1525;
}
.AnyTagClassName
{
color: #4A1525;
}
</style>
background-color css
<style>
a { background-color: #4A1525; }
a { background-color: rgb(74,21,37); }
div.DivClassName
{
background-color: #4A1525;
}
.BgClassName
{
background-color: #4A1525;
}
</style>
border-color css
<style>
span { border-color: #4A1525; }
span { border-color: rgb(74,21,37); }
td.TdClassName
{
border-color: #4A1525;
}
.TagClassName
{
border-color: #4A1525;
}
</style>