Shades of Bordeaux #4A1524
Tints of Bordeaux #4A1524
RGB
CMYK
RGB Variations
Color information
#4A1524 (or 0x4A1524) is known color: Bordeaux. HEX triplet: 4A, 15 and 24. RGB value is (74,21,36). Sum of RGB (Red+Green+Blue) = 74+21+36=131 (17% of max value = 765). Red value is 74 (29.30% from 255 or 56.49% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1524 is #B5EADB. Grayscale: #262626. Windows color (decimal): -11922140 or 2364746. OLE color: 2364746.
HSL color Cylindrical-coordinate representation of color #4A1524: hue angle of 343.02º 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 #4A1524 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 21 | 36 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.71 |
| HSL | 343.02º | 0.56% | 0.19% | - |
| HSV(B) | 343.02º | 0.72% | 0.29% | - |
| XYZ | 3.41 | 2.12 | 1.9 | - |
| YUV | 38.56 | 126.56 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 21 | 36 | 0 | 0.72 | 0.51 | 0.71 | 343.02 | 0.56 | 0.19 |
| Hex | 4A | 15 | 24 | 0 | 48 | 33 | 47 | 157 | 38 | 13 |
| Octal | 112 | 25 | 44 | 0 | 110 | 63 | 107 | 527 | 70 | 23 |
| Binary | 1001010 | 10101 | 100100 | 0 | 1001000 | 110011 | 1000111 | 101010111 | 111000 | 10011 |
Color Harmonies of #4A1524
Complementary color
Monochromatic Colors of #4A1524
Black with #4A1524
Text Example
Text Example
White with #4A1524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1524; }
p { color: rgb(74,21,36); }
H1.HeaderClassName
{
color: #4A1524;
}
.AnyTagClassName
{
color: #4A1524;
}
</style>
background-color css
<style>
a { background-color: #4A1524; }
a { background-color: rgb(74,21,36); }
div.DivClassName
{
background-color: #4A1524;
}
.BgClassName
{
background-color: #4A1524;
}
</style>
border-color css
<style>
span { border-color: #4A1524; }
span { border-color: rgb(74,21,36); }
td.TdClassName
{
border-color: #4A1524;
}
.TagClassName
{
border-color: #4A1524;
}
</style>