Shades of Bordeaux #4A1B22
Tints of Bordeaux #4A1B22
RGB
CMYK
RGB Variations
Color information
#4A1B22 (or 0x4A1B22) is known color: Bordeaux. HEX triplet: 4A, 1B and 22. RGB value is (74,27,34). Sum of RGB (Red+Green+Blue) = 74+27+34=135 (17% of max value = 765). Red value is 74 (29.30% from 255 or 54.81% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1B22 is #B5E4DD. Grayscale: #292929. Windows color (decimal): -11920606 or 2235210. OLE color: 2235210.
HSL color Cylindrical-coordinate representation of color #4A1B22: hue angle of 351.06º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A1B22 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 27 | 34 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.71 |
| HSL | 351.06º | 0.47% | 0.2% | - |
| HSV(B) | 351.06º | 0.64% | 0.29% | - |
| XYZ | 3.5 | 2.36 | 1.78 | - |
| YUV | 41.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 27 | 34 | 0 | 0.64 | 0.54 | 0.71 | 351.06 | 0.47 | 0.2 |
| Hex | 4A | 1B | 22 | 0 | 40 | 36 | 47 | 15F | 2F | 14 |
| Octal | 112 | 33 | 42 | 0 | 100 | 66 | 107 | 537 | 57 | 24 |
| Binary | 1001010 | 11011 | 100010 | 0 | 1000000 | 110110 | 1000111 | 101011111 | 101111 | 10100 |
Color Harmonies of #4A1B22
Complementary color
Monochromatic Colors of #4A1B22
Black with #4A1B22
Text Example
Text Example
White with #4A1B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1B22; }
p { color: rgb(74,27,34); }
H1.HeaderClassName
{
color: #4A1B22;
}
.AnyTagClassName
{
color: #4A1B22;
}
</style>
background-color css
<style>
a { background-color: #4A1B22; }
a { background-color: rgb(74,27,34); }
div.DivClassName
{
background-color: #4A1B22;
}
.BgClassName
{
background-color: #4A1B22;
}
</style>
border-color css
<style>
span { border-color: #4A1B22; }
span { border-color: rgb(74,27,34); }
td.TdClassName
{
border-color: #4A1B22;
}
.TagClassName
{
border-color: #4A1B22;
}
</style>