Shades of Bordeaux #4B232C
Tints of Bordeaux #4B232C
RGB
CMYK
RGB Variations
Color information
#4B232C (or 0x4B232C) is known color: Bordeaux. HEX triplet: 4B, 23 and 2C. RGB value is (75,35,44). Sum of RGB (Red+Green+Blue) = 75+35+44=154 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.70% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 75 - color contains mainly: red. Hex color #4B232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B232C is #B4DCD3. Grayscale: #2F2F2F. Windows color (decimal): -11853012 or 2892619. OLE color: 2892619.
HSL color Cylindrical-coordinate representation of color #4B232C: hue angle of 346.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B232C is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 35 | 44 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.71 |
| HSL | 346.5º | 0.36% | 0.22% | - |
| HSV(B) | 346.5º | 0.53% | 0.29% | - |
| XYZ | 3.96 | 2.88 | 2.73 | - |
| YUV | 47.99 | 125.75 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 35 | 44 | 0 | 0.53 | 0.41 | 0.71 | 346.5 | 0.36 | 0.22 |
| Hex | 4B | 23 | 2C | 0 | 35 | 29 | 47 | 15A | 24 | 16 |
| Octal | 113 | 43 | 54 | 0 | 65 | 51 | 107 | 532 | 44 | 26 |
| Binary | 1001011 | 100011 | 101100 | 0 | 110101 | 101001 | 1000111 | 101011010 | 100100 | 10110 |
Color Harmonies of #4B232C
Complementary color
Monochromatic Colors of #4B232C
Black with #4B232C
Text Example
Text Example
White with #4B232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B232C; }
p { color: rgb(75,35,44); }
H1.HeaderClassName
{
color: #4B232C;
}
.AnyTagClassName
{
color: #4B232C;
}
</style>
background-color css
<style>
a { background-color: #4B232C; }
a { background-color: rgb(75,35,44); }
div.DivClassName
{
background-color: #4B232C;
}
.BgClassName
{
background-color: #4B232C;
}
</style>
border-color css
<style>
span { border-color: #4B232C; }
span { border-color: rgb(75,35,44); }
td.TdClassName
{
border-color: #4B232C;
}
.TagClassName
{
border-color: #4B232C;
}
</style>