Shades of Bordeaux #4A171C
Tints of Bordeaux #4A171C
RGB
CMYK
RGB Variations
Color information
#4A171C (or 0x4A171C) is known color: Bordeaux. HEX triplet: 4A, 17 and 1C. RGB value is (74,23,28). Sum of RGB (Red+Green+Blue) = 74+23+28=125 (16% of max value = 765). Red value is 74 (29.30% from 255 or 59.2% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 74 - color contains mainly: red. Hex color #4A171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A171C is #B5E8E3. Grayscale: #262626. Windows color (decimal): -11921636 or 1840970. OLE color: 1840970.
HSL color Cylindrical-coordinate representation of color #4A171C: hue angle of 354.12º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A171C is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 23 | 28 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.71 |
| HSL | 354.12º | 0.53% | 0.19% | - |
| HSV(B) | 354.12º | 0.69% | 0.29% | - |
| XYZ | 3.34 | 2.15 | 1.34 | - |
| YUV | 38.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 23 | 28 | 0 | 0.69 | 0.62 | 0.71 | 354.12 | 0.53 | 0.19 |
| Hex | 4A | 17 | 1C | 0 | 45 | 3E | 47 | 162 | 35 | 13 |
| Octal | 112 | 27 | 34 | 0 | 105 | 76 | 107 | 542 | 65 | 23 |
| Binary | 1001010 | 10111 | 11100 | 0 | 1000101 | 111110 | 1000111 | 101100010 | 110101 | 10011 |
Color Harmonies of #4A171C
Complementary color
Monochromatic Colors of #4A171C
Black with #4A171C
Text Example
Text Example
White with #4A171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A171C; }
p { color: rgb(74,23,28); }
H1.HeaderClassName
{
color: #4A171C;
}
.AnyTagClassName
{
color: #4A171C;
}
</style>
background-color css
<style>
a { background-color: #4A171C; }
a { background-color: rgb(74,23,28); }
div.DivClassName
{
background-color: #4A171C;
}
.BgClassName
{
background-color: #4A171C;
}
</style>
border-color css
<style>
span { border-color: #4A171C; }
span { border-color: rgb(74,23,28); }
td.TdClassName
{
border-color: #4A171C;
}
.TagClassName
{
border-color: #4A171C;
}
</style>