Shades of Bordeaux #4A191F
Tints of Bordeaux #4A191F
RGB
CMYK
RGB Variations
Color information
#4A191F (or 0x4A191F) is known color: Bordeaux. HEX triplet: 4A, 19 and 1F. RGB value is (74,25,31). Sum of RGB (Red+Green+Blue) = 74+25+31=130 (17% of max value = 765). Red value is 74 (29.30% from 255 or 56.92% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 74 - color contains mainly: red. Hex color #4A191F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A191F is #B5E6E0. Grayscale: #282828. Windows color (decimal): -11921121 or 2038090. OLE color: 2038090.
HSL color Cylindrical-coordinate representation of color #4A191F: hue angle of 352.65º 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 #4A191F is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 25 | 31 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.71 |
| HSL | 352.65º | 0.49% | 0.19% | - |
| HSV(B) | 352.65º | 0.66% | 0.29% | - |
| XYZ | 3.42 | 2.25 | 1.55 | - |
| YUV | 40.34 | 122.73 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 25 | 31 | 0 | 0.66 | 0.58 | 0.71 | 352.65 | 0.49 | 0.19 |
| Hex | 4A | 19 | 1F | 0 | 42 | 3A | 47 | 161 | 31 | 13 |
| Octal | 112 | 31 | 37 | 0 | 102 | 72 | 107 | 541 | 61 | 23 |
| Binary | 1001010 | 11001 | 11111 | 0 | 1000010 | 111010 | 1000111 | 101100001 | 110001 | 10011 |
Color Harmonies of #4A191F
Complementary color
Monochromatic Colors of #4A191F
Black with #4A191F
Text Example
Text Example
White with #4A191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A191F; }
p { color: rgb(74,25,31); }
H1.HeaderClassName
{
color: #4A191F;
}
.AnyTagClassName
{
color: #4A191F;
}
</style>
background-color css
<style>
a { background-color: #4A191F; }
a { background-color: rgb(74,25,31); }
div.DivClassName
{
background-color: #4A191F;
}
.BgClassName
{
background-color: #4A191F;
}
</style>
border-color css
<style>
span { border-color: #4A191F; }
span { border-color: rgb(74,25,31); }
td.TdClassName
{
border-color: #4A191F;
}
.TagClassName
{
border-color: #4A191F;
}
</style>