Shades of Bordeaux #4A131B
Tints of Bordeaux #4A131B
RGB
CMYK
RGB Variations
Color information
#4A131B (or 0x4A131B) is known color: Bordeaux. HEX triplet: 4A, 13 and 1B. RGB value is (74,19,27). Sum of RGB (Red+Green+Blue) = 74+19+27=120 (15% of max value = 765). Red value is 74 (29.30% from 255 or 61.67% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 74 - color contains mainly: red. Hex color #4A131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A131B is #B5ECE4. Grayscale: #242424. Windows color (decimal): -11922661 or 1774410. OLE color: 1774410.
HSL color Cylindrical-coordinate representation of color #4A131B: hue angle of 351.27º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A131B is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 19 | 27 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.71 |
| HSL | 351.27º | 0.59% | 0.18% | - |
| HSV(B) | 351.27º | 0.74% | 0.29% | - |
| XYZ | 3.25 | 2 | 1.25 | - |
| YUV | 36.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 19 | 27 | 0 | 0.74 | 0.64 | 0.71 | 351.27 | 0.59 | 0.18 |
| Hex | 4A | 13 | 1B | 0 | 4A | 40 | 47 | 15F | 3B | 12 |
| Octal | 112 | 23 | 33 | 0 | 112 | 100 | 107 | 537 | 73 | 22 |
| Binary | 1001010 | 10011 | 11011 | 0 | 1001010 | 1000000 | 1000111 | 101011111 | 111011 | 10010 |
Color Harmonies of #4A131B
Complementary color
Monochromatic Colors of #4A131B
Black with #4A131B
Text Example
Text Example
White with #4A131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A131B; }
p { color: rgb(74,19,27); }
H1.HeaderClassName
{
color: #4A131B;
}
.AnyTagClassName
{
color: #4A131B;
}
</style>
background-color css
<style>
a { background-color: #4A131B; }
a { background-color: rgb(74,19,27); }
div.DivClassName
{
background-color: #4A131B;
}
.BgClassName
{
background-color: #4A131B;
}
</style>
border-color css
<style>
span { border-color: #4A131B; }
span { border-color: rgb(74,19,27); }
td.TdClassName
{
border-color: #4A131B;
}
.TagClassName
{
border-color: #4A131B;
}
</style>