Shades of Bordeaux #4A141C
Tints of Bordeaux #4A141C
RGB
CMYK
RGB Variations
Color information
#4A141C (or 0x4A141C) is known color: Bordeaux. HEX triplet: 4A, 14 and 1C. RGB value is (74,20,28). Sum of RGB (Red+Green+Blue) = 74+20+28=122 (16% of max value = 765). Red value is 74 (29.30% from 255 or 60.66% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 74 - color contains mainly: red. Hex color #4A141C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A141C is #B5EBE3. Grayscale: #252525. Windows color (decimal): -11922404 or 1840202. OLE color: 1840202.
HSL color Cylindrical-coordinate representation of color #4A141C: hue angle of 351.11º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A141C is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 20 | 28 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.71 |
| HSL | 351.11º | 0.57% | 0.18% | - |
| HSV(B) | 351.11º | 0.73% | 0.29% | - |
| XYZ | 3.28 | 2.04 | 1.32 | - |
| YUV | 37.06 | 122.89 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 20 | 28 | 0 | 0.73 | 0.62 | 0.71 | 351.11 | 0.57 | 0.18 |
| Hex | 4A | 14 | 1C | 0 | 49 | 3E | 47 | 15F | 39 | 12 |
| Octal | 112 | 24 | 34 | 0 | 111 | 76 | 107 | 537 | 71 | 22 |
| Binary | 1001010 | 10100 | 11100 | 0 | 1001001 | 111110 | 1000111 | 101011111 | 111001 | 10010 |
Color Harmonies of #4A141C
Complementary color
Monochromatic Colors of #4A141C
Black with #4A141C
Text Example
Text Example
White with #4A141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A141C; }
p { color: rgb(74,20,28); }
H1.HeaderClassName
{
color: #4A141C;
}
.AnyTagClassName
{
color: #4A141C;
}
</style>
background-color css
<style>
a { background-color: #4A141C; }
a { background-color: rgb(74,20,28); }
div.DivClassName
{
background-color: #4A141C;
}
.BgClassName
{
background-color: #4A141C;
}
</style>
border-color css
<style>
span { border-color: #4A141C; }
span { border-color: rgb(74,20,28); }
td.TdClassName
{
border-color: #4A141C;
}
.TagClassName
{
border-color: #4A141C;
}
</style>