Shades of Bordeaux #4A0819
Tints of Bordeaux #4A0819
RGB
CMYK
RGB Variations
Color information
#4A0819 (or 0x4A0819) is known color: Bordeaux. HEX triplet: 4A, 08 and 19. RGB value is (74,8,25). Sum of RGB (Red+Green+Blue) = 74+8+25=107 (14% of max value = 765). Red value is 74 (29.30% from 255 or 69.16% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A0819 is #B5F7E6. Grayscale: #1D1D1D. Windows color (decimal): -11925479 or 1640522. OLE color: 1640522.
HSL color Cylindrical-coordinate representation of color #4A0819: hue angle of 344.55º 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 #4A0819 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 8 | 25 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.71 |
| HSL | 344.55º | 0.8% | 0.16% | - |
| HSV(B) | 344.55º | 0.89% | 0.29% | - |
| XYZ | 3.09 | 1.7 | 1.09 | - |
| YUV | 29.67 | 125.37 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 8 | 25 | 0 | 0.89 | 0.66 | 0.71 | 344.55 | 0.8 | 0.16 |
| Hex | 4A | 8 | 19 | 0 | 59 | 42 | 47 | 159 | 50 | 10 |
| Octal | 112 | 10 | 31 | 0 | 131 | 102 | 107 | 531 | 120 | 20 |
| Binary | 1001010 | 1000 | 11001 | 0 | 1011001 | 1000010 | 1000111 | 101011001 | 1010000 | 10000 |
Color Harmonies of #4A0819
Complementary color
Monochromatic Colors of #4A0819
Black with #4A0819
Text Example
Text Example
White with #4A0819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0819; }
p { color: rgb(74,8,25); }
H1.HeaderClassName
{
color: #4A0819;
}
.AnyTagClassName
{
color: #4A0819;
}
</style>
background-color css
<style>
a { background-color: #4A0819; }
a { background-color: rgb(74,8,25); }
div.DivClassName
{
background-color: #4A0819;
}
.BgClassName
{
background-color: #4A0819;
}
</style>
border-color css
<style>
span { border-color: #4A0819; }
span { border-color: rgb(74,8,25); }
td.TdClassName
{
border-color: #4A0819;
}
.TagClassName
{
border-color: #4A0819;
}
</style>