Shades of Bordeaux #4A081A
Tints of Bordeaux #4A081A
RGB
CMYK
RGB Variations
Color information
#4A081A (or 0x4A081A) is known color: Bordeaux. HEX triplet: 4A, 08 and 1A. RGB value is (74,8,26). Sum of RGB (Red+Green+Blue) = 74+8+26=108 (14% of max value = 765). Red value is 74 (29.30% from 255 or 68.52% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 74 - color contains mainly: red. Hex color #4A081A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A081A is #B5F7E5. Grayscale: #1D1D1D. Windows color (decimal): -11925478 or 1706058. OLE color: 1706058.
HSL color Cylindrical-coordinate representation of color #4A081A: hue angle of 343.64º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A081A is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 8 | 26 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.71 |
| HSL | 343.64º | 0.8% | 0.16% | - |
| HSV(B) | 343.64º | 0.89% | 0.29% | - |
| XYZ | 3.1 | 1.7 | 1.14 | - |
| YUV | 29.79 | 125.87 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 8 | 26 | 0 | 0.89 | 0.65 | 0.71 | 343.64 | 0.8 | 0.16 |
| Hex | 4A | 8 | 1A | 0 | 59 | 41 | 47 | 158 | 50 | 10 |
| Octal | 112 | 10 | 32 | 0 | 131 | 101 | 107 | 530 | 120 | 20 |
| Binary | 1001010 | 1000 | 11010 | 0 | 1011001 | 1000001 | 1000111 | 101011000 | 1010000 | 10000 |
Color Harmonies of #4A081A
Complementary color
Monochromatic Colors of #4A081A
Black with #4A081A
Text Example
Text Example
White with #4A081A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A081A; }
p { color: rgb(74,8,26); }
H1.HeaderClassName
{
color: #4A081A;
}
.AnyTagClassName
{
color: #4A081A;
}
</style>
background-color css
<style>
a { background-color: #4A081A; }
a { background-color: rgb(74,8,26); }
div.DivClassName
{
background-color: #4A081A;
}
.BgClassName
{
background-color: #4A081A;
}
</style>
border-color css
<style>
span { border-color: #4A081A; }
span { border-color: rgb(74,8,26); }
td.TdClassName
{
border-color: #4A081A;
}
.TagClassName
{
border-color: #4A081A;
}
</style>