Shades of Bordeaux #4A181C
Tints of Bordeaux #4A181C
RGB
CMYK
RGB Variations
Color information
#4A181C (or 0x4A181C) is known color: Bordeaux. HEX triplet: 4A, 18 and 1C. RGB value is (74,24,28). Sum of RGB (Red+Green+Blue) = 74+24+28=126 (16% of max value = 765). Red value is 74 (29.30% from 255 or 58.73% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 74 - color contains mainly: red. Hex color #4A181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A181C is #B5E7E3. Grayscale: #272727. Windows color (decimal): -11921380 or 1841226. OLE color: 1841226.
HSL color Cylindrical-coordinate representation of color #4A181C: hue angle of 355.2º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A181C is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 24 | 28 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.71 |
| HSL | 355.2º | 0.51% | 0.19% | - |
| HSV(B) | 355.2º | 0.68% | 0.29% | - |
| XYZ | 3.36 | 2.19 | 1.34 | - |
| YUV | 39.41 | 121.57 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 24 | 28 | 0 | 0.68 | 0.62 | 0.71 | 355.2 | 0.51 | 0.19 |
| Hex | 4A | 18 | 1C | 0 | 44 | 3E | 47 | 163 | 33 | 13 |
| Octal | 112 | 30 | 34 | 0 | 104 | 76 | 107 | 543 | 63 | 23 |
| Binary | 1001010 | 11000 | 11100 | 0 | 1000100 | 111110 | 1000111 | 101100011 | 110011 | 10011 |
Color Harmonies of #4A181C
Complementary color
Monochromatic Colors of #4A181C
Black with #4A181C
Text Example
Text Example
White with #4A181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A181C; }
p { color: rgb(74,24,28); }
H1.HeaderClassName
{
color: #4A181C;
}
.AnyTagClassName
{
color: #4A181C;
}
</style>
background-color css
<style>
a { background-color: #4A181C; }
a { background-color: rgb(74,24,28); }
div.DivClassName
{
background-color: #4A181C;
}
.BgClassName
{
background-color: #4A181C;
}
</style>
border-color css
<style>
span { border-color: #4A181C; }
span { border-color: rgb(74,24,28); }
td.TdClassName
{
border-color: #4A181C;
}
.TagClassName
{
border-color: #4A181C;
}
</style>