Shades of Bordeaux #4A071C
Tints of Bordeaux #4A071C
RGB
CMYK
RGB Variations
Color information
#4A071C (or 0x4A071C) is known color: Bordeaux. HEX triplet: 4A, 07 and 1C. RGB value is (74,7,28). Sum of RGB (Red+Green+Blue) = 74+7+28=109 (14% of max value = 765). Red value is 74 (29.30% from 255 or 67.89% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 74 - color contains mainly: red. Hex color #4A071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A071C is #B5F8E3. Grayscale: #1D1D1D. Windows color (decimal): -11925732 or 1836874. OLE color: 1836874.
HSL color Cylindrical-coordinate representation of color #4A071C: hue angle of 341.19º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A071C is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 7 | 28 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.71 |
| HSL | 341.19º | 0.83% | 0.16% | - |
| HSV(B) | 341.19º | 0.91% | 0.29% | - |
| XYZ | 3.11 | 1.69 | 1.26 | - |
| YUV | 29.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 7 | 28 | 0 | 0.91 | 0.62 | 0.71 | 341.19 | 0.83 | 0.16 |
| Hex | 4A | 7 | 1C | 0 | 5B | 3E | 47 | 155 | 53 | 10 |
| Octal | 112 | 7 | 34 | 0 | 133 | 76 | 107 | 525 | 123 | 20 |
| Binary | 1001010 | 111 | 11100 | 0 | 1011011 | 111110 | 1000111 | 101010101 | 1010011 | 10000 |
Color Harmonies of #4A071C
Complementary color
Monochromatic Colors of #4A071C
Black with #4A071C
Text Example
Text Example
White with #4A071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A071C; }
p { color: rgb(74,7,28); }
H1.HeaderClassName
{
color: #4A071C;
}
.AnyTagClassName
{
color: #4A071C;
}
</style>
background-color css
<style>
a { background-color: #4A071C; }
a { background-color: rgb(74,7,28); }
div.DivClassName
{
background-color: #4A071C;
}
.BgClassName
{
background-color: #4A071C;
}
</style>
border-color css
<style>
span { border-color: #4A071C; }
span { border-color: rgb(74,7,28); }
td.TdClassName
{
border-color: #4A071C;
}
.TagClassName
{
border-color: #4A071C;
}
</style>