Shades of Bordeaux #4A0919
Tints of Bordeaux #4A0919
RGB
CMYK
RGB Variations
Color information
#4A0919 (or 0x4A0919) is known color: Bordeaux. HEX triplet: 4A, 09 and 19. RGB value is (74,9,25). Sum of RGB (Red+Green+Blue) = 74+9+25=108 (14% of max value = 765). Red value is 74 (29.30% from 255 or 68.52% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A0919 is #B5F6E6. Grayscale: #1E1E1E. Windows color (decimal): -11925223 or 1640778. OLE color: 1640778.
HSL color Cylindrical-coordinate representation of color #4A0919: hue angle of 345.23º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A0919 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 9 | 25 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.71 |
| HSL | 345.23º | 0.78% | 0.16% | - |
| HSV(B) | 345.23º | 0.88% | 0.29% | - |
| XYZ | 3.1 | 1.72 | 1.09 | - |
| YUV | 30.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 9 | 25 | 0 | 0.88 | 0.66 | 0.71 | 345.23 | 0.78 | 0.16 |
| Hex | 4A | 9 | 19 | 0 | 58 | 42 | 47 | 159 | 4E | 10 |
| Octal | 112 | 11 | 31 | 0 | 130 | 102 | 107 | 531 | 116 | 20 |
| Binary | 1001010 | 1001 | 11001 | 0 | 1011000 | 1000010 | 1000111 | 101011001 | 1001110 | 10000 |
Color Harmonies of #4A0919
Complementary color
Monochromatic Colors of #4A0919
Black with #4A0919
Text Example
Text Example
White with #4A0919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0919; }
p { color: rgb(74,9,25); }
H1.HeaderClassName
{
color: #4A0919;
}
.AnyTagClassName
{
color: #4A0919;
}
</style>
background-color css
<style>
a { background-color: #4A0919; }
a { background-color: rgb(74,9,25); }
div.DivClassName
{
background-color: #4A0919;
}
.BgClassName
{
background-color: #4A0919;
}
</style>
border-color css
<style>
span { border-color: #4A0919; }
span { border-color: rgb(74,9,25); }
td.TdClassName
{
border-color: #4A0919;
}
.TagClassName
{
border-color: #4A0919;
}
</style>