Shades of Bordeaux #4A151A
Tints of Bordeaux #4A151A
RGB
CMYK
RGB Variations
Color information
#4A151A (or 0x4A151A) is known color: Bordeaux. HEX triplet: 4A, 15 and 1A. RGB value is (74,21,26). Sum of RGB (Red+Green+Blue) = 74+21+26=121 (16% of max value = 765). Red value is 74 (29.30% from 255 or 61.16% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 74 - color contains mainly: red. Hex color #4A151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A151A is #B5EAE5. Grayscale: #252525. Windows color (decimal): -11922150 or 1709386. OLE color: 1709386.
HSL color Cylindrical-coordinate representation of color #4A151A: hue angle of 354.34º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A151A is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 21 | 26 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.71 |
| HSL | 354.34º | 0.56% | 0.19% | - |
| HSV(B) | 354.34º | 0.72% | 0.29% | - |
| XYZ | 3.28 | 2.07 | 1.2 | - |
| YUV | 37.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 21 | 26 | 0 | 0.72 | 0.65 | 0.71 | 354.34 | 0.56 | 0.19 |
| Hex | 4A | 15 | 1A | 0 | 48 | 41 | 47 | 162 | 38 | 13 |
| Octal | 112 | 25 | 32 | 0 | 110 | 101 | 107 | 542 | 70 | 23 |
| Binary | 1001010 | 10101 | 11010 | 0 | 1001000 | 1000001 | 1000111 | 101100010 | 111000 | 10011 |
Color Harmonies of #4A151A
Complementary color
Monochromatic Colors of #4A151A
Black with #4A151A
Text Example
Text Example
White with #4A151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A151A; }
p { color: rgb(74,21,26); }
H1.HeaderClassName
{
color: #4A151A;
}
.AnyTagClassName
{
color: #4A151A;
}
</style>
background-color css
<style>
a { background-color: #4A151A; }
a { background-color: rgb(74,21,26); }
div.DivClassName
{
background-color: #4A151A;
}
.BgClassName
{
background-color: #4A151A;
}
</style>
border-color css
<style>
span { border-color: #4A151A; }
span { border-color: rgb(74,21,26); }
td.TdClassName
{
border-color: #4A151A;
}
.TagClassName
{
border-color: #4A151A;
}
</style>