Shades of Bordeaux #4A1C29
Tints of Bordeaux #4A1C29
RGB
CMYK
RGB Variations
Color information
#4A1C29 (or 0x4A1C29) is known color: Bordeaux. HEX triplet: 4A, 1C and 29. RGB value is (74,28,41). Sum of RGB (Red+Green+Blue) = 74+28+41=143 (18% of max value = 765). Red value is 74 (29.30% from 255 or 51.75% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1C29 is #B5E3D6. Grayscale: #2B2B2B. Windows color (decimal): -11920343 or 2694218. OLE color: 2694218.
HSL color Cylindrical-coordinate representation of color #4A1C29: hue angle of 343.04º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A1C29 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 28 | 41 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.71 |
| HSL | 343.04º | 0.45% | 0.2% | - |
| HSV(B) | 343.04º | 0.62% | 0.29% | - |
| XYZ | 3.64 | 2.45 | 2.38 | - |
| YUV | 43.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 28 | 41 | 0 | 0.62 | 0.45 | 0.71 | 343.04 | 0.45 | 0.2 |
| Hex | 4A | 1C | 29 | 0 | 3E | 2D | 47 | 157 | 2D | 14 |
| Octal | 112 | 34 | 51 | 0 | 76 | 55 | 107 | 527 | 55 | 24 |
| Binary | 1001010 | 11100 | 101001 | 0 | 111110 | 101101 | 1000111 | 101010111 | 101101 | 10100 |
Color Harmonies of #4A1C29
Complementary color
Monochromatic Colors of #4A1C29
Black with #4A1C29
Text Example
Text Example
White with #4A1C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1C29; }
p { color: rgb(74,28,41); }
H1.HeaderClassName
{
color: #4A1C29;
}
.AnyTagClassName
{
color: #4A1C29;
}
</style>
background-color css
<style>
a { background-color: #4A1C29; }
a { background-color: rgb(74,28,41); }
div.DivClassName
{
background-color: #4A1C29;
}
.BgClassName
{
background-color: #4A1C29;
}
</style>
border-color css
<style>
span { border-color: #4A1C29; }
span { border-color: rgb(74,28,41); }
td.TdClassName
{
border-color: #4A1C29;
}
.TagClassName
{
border-color: #4A1C29;
}
</style>