Shades of Bordeaux #4A101A
Tints of Bordeaux #4A101A
RGB
CMYK
RGB Variations
Color information
#4A101A (or 0x4A101A) is known color: Bordeaux. HEX triplet: 4A, 10 and 1A. RGB value is (74,16,26). Sum of RGB (Red+Green+Blue) = 74+16+26=116 (15% of max value = 765). Red value is 74 (29.30% from 255 or 63.79% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 74 - color contains mainly: red. Hex color #4A101A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A101A is #B5EFE5. Grayscale: #222222. Windows color (decimal): -11923430 or 1708106. OLE color: 1708106.
HSL color Cylindrical-coordinate representation of color #4A101A: hue angle of 349.66º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A101A is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 16 | 26 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.71 |
| HSL | 349.66º | 0.64% | 0.18% | - |
| HSV(B) | 349.66º | 0.78% | 0.29% | - |
| XYZ | 3.2 | 1.9 | 1.18 | - |
| YUV | 34.48 | 123.22 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 16 | 26 | 0 | 0.78 | 0.65 | 0.71 | 349.66 | 0.64 | 0.18 |
| Hex | 4A | 10 | 1A | 0 | 4E | 41 | 47 | 15E | 40 | 12 |
| Octal | 112 | 20 | 32 | 0 | 116 | 101 | 107 | 536 | 100 | 22 |
| Binary | 1001010 | 10000 | 11010 | 0 | 1001110 | 1000001 | 1000111 | 101011110 | 1000000 | 10010 |
Color Harmonies of #4A101A
Complementary color
Monochromatic Colors of #4A101A
Black with #4A101A
Text Example
Text Example
White with #4A101A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A101A; }
p { color: rgb(74,16,26); }
H1.HeaderClassName
{
color: #4A101A;
}
.AnyTagClassName
{
color: #4A101A;
}
</style>
background-color css
<style>
a { background-color: #4A101A; }
a { background-color: rgb(74,16,26); }
div.DivClassName
{
background-color: #4A101A;
}
.BgClassName
{
background-color: #4A101A;
}
</style>
border-color css
<style>
span { border-color: #4A101A; }
span { border-color: rgb(74,16,26); }
td.TdClassName
{
border-color: #4A101A;
}
.TagClassName
{
border-color: #4A101A;
}
</style>