Shades of Bordeaux #4D232B
Tints of Bordeaux #4D232B
RGB
CMYK
RGB Variations
Color information
#4D232B (or 0x4D232B) is known color: Bordeaux. HEX triplet: 4D, 23 and 2B. RGB value is (77,35,43). Sum of RGB (Red+Green+Blue) = 77+35+43=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D232B is #B2DCD4. Grayscale: #303030. Windows color (decimal): -11721941 or 2827085. OLE color: 2827085.
HSL color Cylindrical-coordinate representation of color #4D232B: hue angle of 348.57º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D232B is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 35 | 43 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.70 |
| HSL | 348.57º | 0.38% | 0.22% | - |
| HSV(B) | 348.57º | 0.55% | 0.3% | - |
| XYZ | 4.1 | 2.95 | 2.64 | - |
| YUV | 48.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 35 | 43 | 0 | 0.55 | 0.44 | 0.70 | 348.57 | 0.38 | 0.22 |
| Hex | 4D | 23 | 2B | 0 | 37 | 2C | 46 | 15D | 26 | 16 |
| Octal | 115 | 43 | 53 | 0 | 67 | 54 | 106 | 535 | 46 | 26 |
| Binary | 1001101 | 100011 | 101011 | 0 | 110111 | 101100 | 1000110 | 101011101 | 100110 | 10110 |
Color Harmonies of #4D232B
Complementary color
Monochromatic Colors of #4D232B
Black with #4D232B
Text Example
Text Example
White with #4D232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D232B; }
p { color: rgb(77,35,43); }
H1.HeaderClassName
{
color: #4D232B;
}
.AnyTagClassName
{
color: #4D232B;
}
</style>
background-color css
<style>
a { background-color: #4D232B; }
a { background-color: rgb(77,35,43); }
div.DivClassName
{
background-color: #4D232B;
}
.BgClassName
{
background-color: #4D232B;
}
</style>
border-color css
<style>
span { border-color: #4D232B; }
span { border-color: rgb(77,35,43); }
td.TdClassName
{
border-color: #4D232B;
}
.TagClassName
{
border-color: #4D232B;
}
</style>