Shades of Bordeaux #4A191B
Tints of Bordeaux #4A191B
RGB
CMYK
RGB Variations
Color information
#4A191B (or 0x4A191B) is known color: Bordeaux. HEX triplet: 4A, 19 and 1B. RGB value is (74,25,27). Sum of RGB (Red+Green+Blue) = 74+25+27=126 (16% of max value = 765). Red value is 74 (29.30% from 255 or 58.73% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 74 - color contains mainly: red. Hex color #4A191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A191B is #B5E6E4. Grayscale: #272727. Windows color (decimal): -11921125 or 1775946. OLE color: 1775946.
HSL color Cylindrical-coordinate representation of color #4A191B: hue angle of 357.55º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A191B is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 25 | 27 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.71 |
| HSL | 357.55º | 0.49% | 0.19% | - |
| HSV(B) | 357.55º | 0.66% | 0.29% | - |
| XYZ | 3.37 | 2.23 | 1.29 | - |
| YUV | 39.88 | 120.73 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 25 | 27 | 0 | 0.66 | 0.64 | 0.71 | 357.55 | 0.49 | 0.19 |
| Hex | 4A | 19 | 1B | 0 | 42 | 40 | 47 | 166 | 31 | 13 |
| Octal | 112 | 31 | 33 | 0 | 102 | 100 | 107 | 546 | 61 | 23 |
| Binary | 1001010 | 11001 | 11011 | 0 | 1000010 | 1000000 | 1000111 | 101100110 | 110001 | 10011 |
Color Harmonies of #4A191B
Complementary color
Monochromatic Colors of #4A191B
Black with #4A191B
Text Example
Text Example
White with #4A191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A191B; }
p { color: rgb(74,25,27); }
H1.HeaderClassName
{
color: #4A191B;
}
.AnyTagClassName
{
color: #4A191B;
}
</style>
background-color css
<style>
a { background-color: #4A191B; }
a { background-color: rgb(74,25,27); }
div.DivClassName
{
background-color: #4A191B;
}
.BgClassName
{
background-color: #4A191B;
}
</style>
border-color css
<style>
span { border-color: #4A191B; }
span { border-color: rgb(74,25,27); }
td.TdClassName
{
border-color: #4A191B;
}
.TagClassName
{
border-color: #4A191B;
}
</style>