Shades of Bordeaux #4B1C23
Tints of Bordeaux #4B1C23
RGB
CMYK
RGB Variations
Color information
#4B1C23 (or 0x4B1C23) is known color: Bordeaux. HEX triplet: 4B, 1C and 23. RGB value is (75,28,35). Sum of RGB (Red+Green+Blue) = 75+28+35=138 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.35% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1C23 is #B4E3DC. Grayscale: #2A2A2A. Windows color (decimal): -11854813 or 2301003. OLE color: 2301003.
HSL color Cylindrical-coordinate representation of color #4B1C23: hue angle of 351.06º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B1C23 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 28 | 35 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.71 |
| HSL | 351.06º | 0.46% | 0.2% | - |
| HSV(B) | 351.06º | 0.63% | 0.29% | - |
| XYZ | 3.62 | 2.45 | 1.87 | - |
| YUV | 42.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 28 | 35 | 0 | 0.63 | 0.53 | 0.71 | 351.06 | 0.46 | 0.2 |
| Hex | 4B | 1C | 23 | 0 | 3F | 35 | 47 | 15F | 2E | 14 |
| Octal | 113 | 34 | 43 | 0 | 77 | 65 | 107 | 537 | 56 | 24 |
| Binary | 1001011 | 11100 | 100011 | 0 | 111111 | 110101 | 1000111 | 101011111 | 101110 | 10100 |
Color Harmonies of #4B1C23
Complementary color
Monochromatic Colors of #4B1C23
Black with #4B1C23
Text Example
Text Example
White with #4B1C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1C23; }
p { color: rgb(75,28,35); }
H1.HeaderClassName
{
color: #4B1C23;
}
.AnyTagClassName
{
color: #4B1C23;
}
</style>
background-color css
<style>
a { background-color: #4B1C23; }
a { background-color: rgb(75,28,35); }
div.DivClassName
{
background-color: #4B1C23;
}
.BgClassName
{
background-color: #4B1C23;
}
</style>
border-color css
<style>
span { border-color: #4B1C23; }
span { border-color: rgb(75,28,35); }
td.TdClassName
{
border-color: #4B1C23;
}
.TagClassName
{
border-color: #4B1C23;
}
</style>