Shades of Bordeaux #4A1923
Tints of Bordeaux #4A1923
RGB
CMYK
RGB Variations
Color information
#4A1923 (or 0x4A1923) is known color: Bordeaux. HEX triplet: 4A, 19 and 23. RGB value is (74,25,35). Sum of RGB (Red+Green+Blue) = 74+25+35=134 (17% of max value = 765). Red value is 74 (29.30% from 255 or 55.22% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1923 is #B5E6DC. Grayscale: #282828. Windows color (decimal): -11921117 or 2300234. OLE color: 2300234.
HSL color Cylindrical-coordinate representation of color #4A1923: hue angle of 347.76º 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 #4A1923 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 25 | 35 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.71 |
| HSL | 347.76º | 0.49% | 0.19% | - |
| HSV(B) | 347.76º | 0.66% | 0.29% | - |
| XYZ | 3.48 | 2.27 | 1.85 | - |
| YUV | 40.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 25 | 35 | 0 | 0.66 | 0.53 | 0.71 | 347.76 | 0.49 | 0.19 |
| Hex | 4A | 19 | 23 | 0 | 42 | 35 | 47 | 15C | 31 | 13 |
| Octal | 112 | 31 | 43 | 0 | 102 | 65 | 107 | 534 | 61 | 23 |
| Binary | 1001010 | 11001 | 100011 | 0 | 1000010 | 110101 | 1000111 | 101011100 | 110001 | 10011 |
Color Harmonies of #4A1923
Complementary color
Monochromatic Colors of #4A1923
Black with #4A1923
Text Example
Text Example
White with #4A1923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1923; }
p { color: rgb(74,25,35); }
H1.HeaderClassName
{
color: #4A1923;
}
.AnyTagClassName
{
color: #4A1923;
}
</style>
background-color css
<style>
a { background-color: #4A1923; }
a { background-color: rgb(74,25,35); }
div.DivClassName
{
background-color: #4A1923;
}
.BgClassName
{
background-color: #4A1923;
}
</style>
border-color css
<style>
span { border-color: #4A1923; }
span { border-color: rgb(74,25,35); }
td.TdClassName
{
border-color: #4A1923;
}
.TagClassName
{
border-color: #4A1923;
}
</style>