Shades of Bordeaux #4A0918
Tints of Bordeaux #4A0918
RGB
CMYK
RGB Variations
Color information
#4A0918 (or 0x4A0918) is known color: Bordeaux. HEX triplet: 4A, 09 and 18. RGB value is (74,9,24). Sum of RGB (Red+Green+Blue) = 74+9+24=107 (14% of max value = 765). Red value is 74 (29.30% from 255 or 69.16% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A0918 is #B5F6E7. Grayscale: #1E1E1E. Windows color (decimal): -11925224 or 1575242. OLE color: 1575242.
HSL color Cylindrical-coordinate representation of color #4A0918: hue angle of 346.15º 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 #4A0918 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 9 | 24 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.71 |
| HSL | 346.15º | 0.78% | 0.16% | - |
| HSV(B) | 346.15º | 0.88% | 0.29% | - |
| XYZ | 3.09 | 1.72 | 1.03 | - |
| YUV | 30.15 | 124.53 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 9 | 24 | 0 | 0.88 | 0.68 | 0.71 | 346.15 | 0.78 | 0.16 |
| Hex | 4A | 9 | 18 | 0 | 58 | 44 | 47 | 15A | 4E | 10 |
| Octal | 112 | 11 | 30 | 0 | 130 | 104 | 107 | 532 | 116 | 20 |
| Binary | 1001010 | 1001 | 11000 | 0 | 1011000 | 1000100 | 1000111 | 101011010 | 1001110 | 10000 |
Color Harmonies of #4A0918
Complementary color
Monochromatic Colors of #4A0918
Black with #4A0918
Text Example
Text Example
White with #4A0918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0918; }
p { color: rgb(74,9,24); }
H1.HeaderClassName
{
color: #4A0918;
}
.AnyTagClassName
{
color: #4A0918;
}
</style>
background-color css
<style>
a { background-color: #4A0918; }
a { background-color: rgb(74,9,24); }
div.DivClassName
{
background-color: #4A0918;
}
.BgClassName
{
background-color: #4A0918;
}
</style>
border-color css
<style>
span { border-color: #4A0918; }
span { border-color: rgb(74,9,24); }
td.TdClassName
{
border-color: #4A0918;
}
.TagClassName
{
border-color: #4A0918;
}
</style>