Shades of Bordeaux #4A2127
Tints of Bordeaux #4A2127
RGB
CMYK
RGB Variations
Color information
#4A2127 (or 0x4A2127) is known color: Bordeaux. HEX triplet: 4A, 21 and 27. RGB value is (74,33,39). Sum of RGB (Red+Green+Blue) = 74+33+39=146 (19% of max value = 765). Red value is 74 (29.30% from 255 or 50.68% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2127 is #B5DED8. Grayscale: #2D2D2D. Windows color (decimal): -11919065 or 2564426. OLE color: 2564426.
HSL color Cylindrical-coordinate representation of color #4A2127: hue angle of 351.22º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A2127 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 33 | 39 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.71 |
| HSL | 351.22º | 0.38% | 0.21% | - |
| HSV(B) | 351.22º | 0.55% | 0.29% | - |
| XYZ | 3.73 | 2.69 | 2.24 | - |
| YUV | 45.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 33 | 39 | 0 | 0.55 | 0.47 | 0.71 | 351.22 | 0.38 | 0.21 |
| Hex | 4A | 21 | 27 | 0 | 37 | 2F | 47 | 15F | 26 | 15 |
| Octal | 112 | 41 | 47 | 0 | 67 | 57 | 107 | 537 | 46 | 25 |
| Binary | 1001010 | 100001 | 100111 | 0 | 110111 | 101111 | 1000111 | 101011111 | 100110 | 10101 |
Color Harmonies of #4A2127
Complementary color
Monochromatic Colors of #4A2127
Black with #4A2127
Text Example
Text Example
White with #4A2127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2127; }
p { color: rgb(74,33,39); }
H1.HeaderClassName
{
color: #4A2127;
}
.AnyTagClassName
{
color: #4A2127;
}
</style>
background-color css
<style>
a { background-color: #4A2127; }
a { background-color: rgb(74,33,39); }
div.DivClassName
{
background-color: #4A2127;
}
.BgClassName
{
background-color: #4A2127;
}
</style>
border-color css
<style>
span { border-color: #4A2127; }
span { border-color: rgb(74,33,39); }
td.TdClassName
{
border-color: #4A2127;
}
.TagClassName
{
border-color: #4A2127;
}
</style>