Shades of Bordeaux #4A021B
Tints of Bordeaux #4A021B
RGB
CMYK
RGB Variations
Color information
#4A021B (or 0x4A021B) is known color: Bordeaux. HEX triplet: 4A, 02 and 1B. RGB value is (74,2,27). Sum of RGB (Red+Green+Blue) = 74+2+27=103 (13% of max value = 765). Red value is 74 (29.30% from 255 or 71.84% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 74 - color contains mainly: red. Hex color #4A021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A021B is #B5FDE4. Grayscale: #1A1A1A. Windows color (decimal): -11927013 or 1770058. OLE color: 1770058.
HSL color Cylindrical-coordinate representation of color #4A021B: hue angle of 339.17º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A021B is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 2 | 27 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.71 |
| HSL | 339.17º | 0.95% | 0.15% | - |
| HSV(B) | 339.17º | 0.97% | 0.29% | - |
| XYZ | 3.04 | 1.58 | 1.18 | - |
| YUV | 26.38 | 128.35 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 2 | 27 | 0 | 0.97 | 0.64 | 0.71 | 339.17 | 0.95 | 0.15 |
| Hex | 4A | 2 | 1B | 0 | 61 | 40 | 47 | 153 | 5F | F |
| Octal | 112 | 2 | 33 | 0 | 141 | 100 | 107 | 523 | 137 | 17 |
| Binary | 1001010 | 10 | 11011 | 0 | 1100001 | 1000000 | 1000111 | 101010011 | 1011111 | 1111 |
Color Harmonies of #4A021B
Complementary color
Monochromatic Colors of #4A021B
Black with #4A021B
Text Example
Text Example
White with #4A021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A021B; }
p { color: rgb(74,2,27); }
H1.HeaderClassName
{
color: #4A021B;
}
.AnyTagClassName
{
color: #4A021B;
}
</style>
background-color css
<style>
a { background-color: #4A021B; }
a { background-color: rgb(74,2,27); }
div.DivClassName
{
background-color: #4A021B;
}
.BgClassName
{
background-color: #4A021B;
}
</style>
border-color css
<style>
span { border-color: #4A021B; }
span { border-color: rgb(74,2,27); }
td.TdClassName
{
border-color: #4A021B;
}
.TagClassName
{
border-color: #4A021B;
}
</style>