Shades of Bordeaux #4A1924
Tints of Bordeaux #4A1924
RGB
CMYK
RGB Variations
Color information
#4A1924 (or 0x4A1924) is known color: Bordeaux. HEX triplet: 4A, 19 and 24. RGB value is (74,25,36). Sum of RGB (Red+Green+Blue) = 74+25+36=135 (17% of max value = 765). Red value is 74 (29.30% from 255 or 54.81% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1924 is #B5E6DB. Grayscale: #282828. Windows color (decimal): -11921116 or 2365770. OLE color: 2365770.
HSL color Cylindrical-coordinate representation of color #4A1924: hue angle of 346.53º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A1924 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 25 | 36 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.71 |
| HSL | 346.53º | 0.49% | 0.19% | - |
| HSV(B) | 346.53º | 0.66% | 0.29% | - |
| XYZ | 3.49 | 2.28 | 1.92 | - |
| YUV | 40.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 25 | 36 | 0 | 0.66 | 0.51 | 0.71 | 346.53 | 0.49 | 0.19 |
| Hex | 4A | 19 | 24 | 0 | 42 | 33 | 47 | 15B | 31 | 13 |
| Octal | 112 | 31 | 44 | 0 | 102 | 63 | 107 | 533 | 61 | 23 |
| Binary | 1001010 | 11001 | 100100 | 0 | 1000010 | 110011 | 1000111 | 101011011 | 110001 | 10011 |
Color Harmonies of #4A1924
Complementary color
Monochromatic Colors of #4A1924
Black with #4A1924
Text Example
Text Example
White with #4A1924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1924; }
p { color: rgb(74,25,36); }
H1.HeaderClassName
{
color: #4A1924;
}
.AnyTagClassName
{
color: #4A1924;
}
</style>
background-color css
<style>
a { background-color: #4A1924; }
a { background-color: rgb(74,25,36); }
div.DivClassName
{
background-color: #4A1924;
}
.BgClassName
{
background-color: #4A1924;
}
</style>
border-color css
<style>
span { border-color: #4A1924; }
span { border-color: rgb(74,25,36); }
td.TdClassName
{
border-color: #4A1924;
}
.TagClassName
{
border-color: #4A1924;
}
</style>