Shades of Bordeaux #4A232B
Tints of Bordeaux #4A232B
RGB
CMYK
RGB Variations
Color information
#4A232B (or 0x4A232B) is known color: Bordeaux. HEX triplet: 4A, 23 and 2B. RGB value is (74,35,43). Sum of RGB (Red+Green+Blue) = 74+35+43=152 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.68% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 74 - color contains mainly: red. Hex color #4A232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A232B is #B5DCD4. Grayscale: #2F2F2F. Windows color (decimal): -11918549 or 2827082. OLE color: 2827082.
HSL color Cylindrical-coordinate representation of color #4A232B: hue angle of 347.69º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A232B is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 35 | 43 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.71 |
| HSL | 347.69º | 0.36% | 0.21% | - |
| HSV(B) | 347.69º | 0.53% | 0.29% | - |
| XYZ | 3.86 | 2.83 | 2.63 | - |
| YUV | 47.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 35 | 43 | 0 | 0.53 | 0.42 | 0.71 | 347.69 | 0.36 | 0.21 |
| Hex | 4A | 23 | 2B | 0 | 35 | 2A | 47 | 15C | 24 | 15 |
| Octal | 112 | 43 | 53 | 0 | 65 | 52 | 107 | 534 | 44 | 25 |
| Binary | 1001010 | 100011 | 101011 | 0 | 110101 | 101010 | 1000111 | 101011100 | 100100 | 10101 |
Color Harmonies of #4A232B
Complementary color
Monochromatic Colors of #4A232B
Black with #4A232B
Text Example
Text Example
White with #4A232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A232B; }
p { color: rgb(74,35,43); }
H1.HeaderClassName
{
color: #4A232B;
}
.AnyTagClassName
{
color: #4A232B;
}
</style>
background-color css
<style>
a { background-color: #4A232B; }
a { background-color: rgb(74,35,43); }
div.DivClassName
{
background-color: #4A232B;
}
.BgClassName
{
background-color: #4A232B;
}
</style>
border-color css
<style>
span { border-color: #4A232B; }
span { border-color: rgb(74,35,43); }
td.TdClassName
{
border-color: #4A232B;
}
.TagClassName
{
border-color: #4A232B;
}
</style>