Shades of Bordeaux #4A141F
Tints of Bordeaux #4A141F
RGB
CMYK
RGB Variations
Color information
#4A141F (or 0x4A141F) is known color: Bordeaux. HEX triplet: 4A, 14 and 1F. RGB value is (74,20,31). Sum of RGB (Red+Green+Blue) = 74+20+31=125 (16% of max value = 765). Red value is 74 (29.30% from 255 or 59.2% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 74 - color contains mainly: red. Hex color #4A141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A141F is #B5EBE0. Grayscale: #252525. Windows color (decimal): -11922401 or 2036810. OLE color: 2036810.
HSL color Cylindrical-coordinate representation of color #4A141F: hue angle of 347.78º 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 #4A141F is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 20 | 31 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.71 |
| HSL | 347.78º | 0.57% | 0.18% | - |
| HSV(B) | 347.78º | 0.73% | 0.29% | - |
| XYZ | 3.32 | 2.06 | 1.52 | - |
| YUV | 37.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 20 | 31 | 0 | 0.73 | 0.58 | 0.71 | 347.78 | 0.57 | 0.18 |
| Hex | 4A | 14 | 1F | 0 | 49 | 3A | 47 | 15C | 39 | 12 |
| Octal | 112 | 24 | 37 | 0 | 111 | 72 | 107 | 534 | 71 | 22 |
| Binary | 1001010 | 10100 | 11111 | 0 | 1001001 | 111010 | 1000111 | 101011100 | 111001 | 10010 |
Color Harmonies of #4A141F
Complementary color
Monochromatic Colors of #4A141F
Black with #4A141F
Text Example
Text Example
White with #4A141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A141F; }
p { color: rgb(74,20,31); }
H1.HeaderClassName
{
color: #4A141F;
}
.AnyTagClassName
{
color: #4A141F;
}
</style>
background-color css
<style>
a { background-color: #4A141F; }
a { background-color: rgb(74,20,31); }
div.DivClassName
{
background-color: #4A141F;
}
.BgClassName
{
background-color: #4A141F;
}
</style>
border-color css
<style>
span { border-color: #4A141F; }
span { border-color: rgb(74,20,31); }
td.TdClassName
{
border-color: #4A141F;
}
.TagClassName
{
border-color: #4A141F;
}
</style>