Shades of Bordeaux #4A1C1F
Tints of Bordeaux #4A1C1F
RGB
CMYK
RGB Variations
Color information
#4A1C1F (or 0x4A1C1F) is known color: Bordeaux. HEX triplet: 4A, 1C and 1F. RGB value is (74,28,31). Sum of RGB (Red+Green+Blue) = 74+28+31=133 (17% of max value = 765). Red value is 74 (29.30% from 255 or 55.64% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1C1F is #B5E3E0. Grayscale: #2A2A2A. Windows color (decimal): -11920353 or 2038858. OLE color: 2038858.
HSL color Cylindrical-coordinate representation of color #4A1C1F: hue angle of 356.09º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A1C1F is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 28 | 31 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.71 |
| HSL | 356.09º | 0.45% | 0.2% | - |
| HSV(B) | 356.09º | 0.62% | 0.29% | - |
| XYZ | 3.49 | 2.39 | 1.57 | - |
| YUV | 42.1 | 121.74 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 28 | 31 | 0 | 0.62 | 0.58 | 0.71 | 356.09 | 0.45 | 0.2 |
| Hex | 4A | 1C | 1F | 0 | 3E | 3A | 47 | 164 | 2D | 14 |
| Octal | 112 | 34 | 37 | 0 | 76 | 72 | 107 | 544 | 55 | 24 |
| Binary | 1001010 | 11100 | 11111 | 0 | 111110 | 111010 | 1000111 | 101100100 | 101101 | 10100 |
Color Harmonies of #4A1C1F
Complementary color
Monochromatic Colors of #4A1C1F
Black with #4A1C1F
Text Example
Text Example
White with #4A1C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1C1F; }
p { color: rgb(74,28,31); }
H1.HeaderClassName
{
color: #4A1C1F;
}
.AnyTagClassName
{
color: #4A1C1F;
}
</style>
background-color css
<style>
a { background-color: #4A1C1F; }
a { background-color: rgb(74,28,31); }
div.DivClassName
{
background-color: #4A1C1F;
}
.BgClassName
{
background-color: #4A1C1F;
}
</style>
border-color css
<style>
span { border-color: #4A1C1F; }
span { border-color: rgb(74,28,31); }
td.TdClassName
{
border-color: #4A1C1F;
}
.TagClassName
{
border-color: #4A1C1F;
}
</style>