Shades of Bordeaux #4A041C
Tints of Bordeaux #4A041C
RGB
CMYK
RGB Variations
Color information
#4A041C (or 0x4A041C) is known color: Bordeaux. HEX triplet: 4A, 04 and 1C. RGB value is (74,4,28). Sum of RGB (Red+Green+Blue) = 74+4+28=106 (14% of max value = 765). Red value is 74 (29.30% from 255 or 69.81% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 74 - color contains mainly: red. Hex color #4A041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A041C is #B5FBE3. Grayscale: #1B1B1B. Windows color (decimal): -11926500 or 1836106. OLE color: 1836106.
HSL color Cylindrical-coordinate representation of color #4A041C: hue angle of 339.43º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A041C is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 4 | 28 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.71 |
| HSL | 339.43º | 0.9% | 0.15% | - |
| HSV(B) | 339.43º | 0.95% | 0.29% | - |
| XYZ | 3.08 | 1.63 | 1.25 | - |
| YUV | 27.67 | 128.19 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 4 | 28 | 0 | 0.95 | 0.62 | 0.71 | 339.43 | 0.9 | 0.15 |
| Hex | 4A | 4 | 1C | 0 | 5F | 3E | 47 | 153 | 5A | F |
| Octal | 112 | 4 | 34 | 0 | 137 | 76 | 107 | 523 | 132 | 17 |
| Binary | 1001010 | 100 | 11100 | 0 | 1011111 | 111110 | 1000111 | 101010011 | 1011010 | 1111 |
Color Harmonies of #4A041C
Complementary color
Monochromatic Colors of #4A041C
Black with #4A041C
Text Example
Text Example
White with #4A041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A041C; }
p { color: rgb(74,4,28); }
H1.HeaderClassName
{
color: #4A041C;
}
.AnyTagClassName
{
color: #4A041C;
}
</style>
background-color css
<style>
a { background-color: #4A041C; }
a { background-color: rgb(74,4,28); }
div.DivClassName
{
background-color: #4A041C;
}
.BgClassName
{
background-color: #4A041C;
}
</style>
border-color css
<style>
span { border-color: #4A041C; }
span { border-color: rgb(74,4,28); }
td.TdClassName
{
border-color: #4A041C;
}
.TagClassName
{
border-color: #4A041C;
}
</style>