Shades of Bordeaux #4A061C
Tints of Bordeaux #4A061C
RGB
CMYK
RGB Variations
Color information
#4A061C (or 0x4A061C) is known color: Bordeaux. HEX triplet: 4A, 06 and 1C. RGB value is (74,6,28). Sum of RGB (Red+Green+Blue) = 74+6+28=108 (14% of max value = 765). Red value is 74 (29.30% from 255 or 68.52% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 74 - color contains mainly: red. Hex color #4A061C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A061C is #B5F9E3. Grayscale: #1C1C1C. Windows color (decimal): -11925988 or 1836618. OLE color: 1836618.
HSL color Cylindrical-coordinate representation of color #4A061C: hue angle of 340.59º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A061C is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 6 | 28 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.71 |
| HSL | 340.59º | 0.85% | 0.16% | - |
| HSV(B) | 340.59º | 0.92% | 0.29% | - |
| XYZ | 3.1 | 1.67 | 1.26 | - |
| YUV | 28.84 | 127.53 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 6 | 28 | 0 | 0.92 | 0.62 | 0.71 | 340.59 | 0.85 | 0.16 |
| Hex | 4A | 6 | 1C | 0 | 5C | 3E | 47 | 155 | 55 | 10 |
| Octal | 112 | 6 | 34 | 0 | 134 | 76 | 107 | 525 | 125 | 20 |
| Binary | 1001010 | 110 | 11100 | 0 | 1011100 | 111110 | 1000111 | 101010101 | 1010101 | 10000 |
Color Harmonies of #4A061C
Complementary color
Monochromatic Colors of #4A061C
Black with #4A061C
Text Example
Text Example
White with #4A061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A061C; }
p { color: rgb(74,6,28); }
H1.HeaderClassName
{
color: #4A061C;
}
.AnyTagClassName
{
color: #4A061C;
}
</style>
background-color css
<style>
a { background-color: #4A061C; }
a { background-color: rgb(74,6,28); }
div.DivClassName
{
background-color: #4A061C;
}
.BgClassName
{
background-color: #4A061C;
}
</style>
border-color css
<style>
span { border-color: #4A061C; }
span { border-color: rgb(74,6,28); }
td.TdClassName
{
border-color: #4A061C;
}
.TagClassName
{
border-color: #4A061C;
}
</style>