Shades of Bordeaux #4A151C
Tints of Bordeaux #4A151C
RGB
CMYK
RGB Variations
Color information
#4A151C (or 0x4A151C) is known color: Bordeaux. HEX triplet: 4A, 15 and 1C. RGB value is (74,21,28). Sum of RGB (Red+Green+Blue) = 74+21+28=123 (16% of max value = 765). Red value is 74 (29.30% from 255 or 60.16% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 74 - color contains mainly: red. Hex color #4A151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A151C is #B5EAE3. Grayscale: #252525. Windows color (decimal): -11922148 or 1840458. OLE color: 1840458.
HSL color Cylindrical-coordinate representation of color #4A151C: hue angle of 352.08º 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 #4A151C is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 21 | 28 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.71 |
| HSL | 352.08º | 0.56% | 0.19% | - |
| HSV(B) | 352.08º | 0.72% | 0.29% | - |
| XYZ | 3.3 | 2.08 | 1.33 | - |
| YUV | 37.65 | 122.56 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 21 | 28 | 0 | 0.72 | 0.62 | 0.71 | 352.08 | 0.56 | 0.19 |
| Hex | 4A | 15 | 1C | 0 | 48 | 3E | 47 | 160 | 38 | 13 |
| Octal | 112 | 25 | 34 | 0 | 110 | 76 | 107 | 540 | 70 | 23 |
| Binary | 1001010 | 10101 | 11100 | 0 | 1001000 | 111110 | 1000111 | 101100000 | 111000 | 10011 |
Color Harmonies of #4A151C
Complementary color
Monochromatic Colors of #4A151C
Black with #4A151C
Text Example
Text Example
White with #4A151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A151C; }
p { color: rgb(74,21,28); }
H1.HeaderClassName
{
color: #4A151C;
}
.AnyTagClassName
{
color: #4A151C;
}
</style>
background-color css
<style>
a { background-color: #4A151C; }
a { background-color: rgb(74,21,28); }
div.DivClassName
{
background-color: #4A151C;
}
.BgClassName
{
background-color: #4A151C;
}
</style>
border-color css
<style>
span { border-color: #4A151C; }
span { border-color: rgb(74,21,28); }
td.TdClassName
{
border-color: #4A151C;
}
.TagClassName
{
border-color: #4A151C;
}
</style>