Shades of Bordeaux #4B1923
Tints of Bordeaux #4B1923
RGB
CMYK
RGB Variations
Color information
#4B1923 (or 0x4B1923) is known color: Bordeaux. HEX triplet: 4B, 19 and 23. RGB value is (75,25,35). Sum of RGB (Red+Green+Blue) = 75+25+35=135 (17% of max value = 765). Red value is 75 (29.69% from 255 or 55.56% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1923 is #B4E6DC. Grayscale: #292929. Windows color (decimal): -11855581 or 2300235. OLE color: 2300235.
HSL color Cylindrical-coordinate representation of color #4B1923: hue angle of 348º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B1923 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 25 | 35 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.71 |
| HSL | 348º | 0.5% | 0.2% | - |
| HSV(B) | 348º | 0.67% | 0.29% | - |
| XYZ | 3.55 | 2.31 | 1.85 | - |
| YUV | 41.09 | 124.57 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 25 | 35 | 0 | 0.67 | 0.53 | 0.71 | 348 | 0.5 | 0.2 |
| Hex | 4B | 19 | 23 | 0 | 43 | 35 | 47 | 15C | 32 | 14 |
| Octal | 113 | 31 | 43 | 0 | 103 | 65 | 107 | 534 | 62 | 24 |
| Binary | 1001011 | 11001 | 100011 | 0 | 1000011 | 110101 | 1000111 | 101011100 | 110010 | 10100 |
Color Harmonies of #4B1923
Complementary color
Monochromatic Colors of #4B1923
Black with #4B1923
Text Example
Text Example
White with #4B1923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1923; }
p { color: rgb(75,25,35); }
H1.HeaderClassName
{
color: #4B1923;
}
.AnyTagClassName
{
color: #4B1923;
}
</style>
background-color css
<style>
a { background-color: #4B1923; }
a { background-color: rgb(75,25,35); }
div.DivClassName
{
background-color: #4B1923;
}
.BgClassName
{
background-color: #4B1923;
}
</style>
border-color css
<style>
span { border-color: #4B1923; }
span { border-color: rgb(75,25,35); }
td.TdClassName
{
border-color: #4B1923;
}
.TagClassName
{
border-color: #4B1923;
}
</style>