Shades of Bordeaux #4B1D23
Tints of Bordeaux #4B1D23
RGB
CMYK
RGB Variations
Color information
#4B1D23 (or 0x4B1D23) is known color: Bordeaux. HEX triplet: 4B, 1D and 23. RGB value is (75,29,35). Sum of RGB (Red+Green+Blue) = 75+29+35=139 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.96% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1D23 is #B4E2DC. Grayscale: #2B2B2B. Windows color (decimal): -11854557 or 2301259. OLE color: 2301259.
HSL color Cylindrical-coordinate representation of color #4B1D23: hue angle of 352.17º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B1D23 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 29 | 35 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.71 |
| HSL | 352.17º | 0.44% | 0.2% | - |
| HSV(B) | 352.17º | 0.61% | 0.29% | - |
| XYZ | 3.64 | 2.5 | 1.88 | - |
| YUV | 43.44 | 123.24 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 29 | 35 | 0 | 0.61 | 0.53 | 0.71 | 352.17 | 0.44 | 0.2 |
| Hex | 4B | 1D | 23 | 0 | 3D | 35 | 47 | 160 | 2C | 14 |
| Octal | 113 | 35 | 43 | 0 | 75 | 65 | 107 | 540 | 54 | 24 |
| Binary | 1001011 | 11101 | 100011 | 0 | 111101 | 110101 | 1000111 | 101100000 | 101100 | 10100 |
Color Harmonies of #4B1D23
Complementary color
Monochromatic Colors of #4B1D23
Black with #4B1D23
Text Example
Text Example
White with #4B1D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1D23; }
p { color: rgb(75,29,35); }
H1.HeaderClassName
{
color: #4B1D23;
}
.AnyTagClassName
{
color: #4B1D23;
}
</style>
background-color css
<style>
a { background-color: #4B1D23; }
a { background-color: rgb(75,29,35); }
div.DivClassName
{
background-color: #4B1D23;
}
.BgClassName
{
background-color: #4B1D23;
}
</style>
border-color css
<style>
span { border-color: #4B1D23; }
span { border-color: rgb(75,29,35); }
td.TdClassName
{
border-color: #4B1D23;
}
.TagClassName
{
border-color: #4B1D23;
}
</style>