Shades of Bordeaux #4B1926
Tints of Bordeaux #4B1926
RGB
CMYK
RGB Variations
Color information
#4B1926 (or 0x4B1926) is known color: Bordeaux. HEX triplet: 4B, 19 and 26. RGB value is (75,25,38). Sum of RGB (Red+Green+Blue) = 75+25+38=138 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.35% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1926 is #B4E6D9. Grayscale: #292929. Windows color (decimal): -11855578 or 2496843. OLE color: 2496843.
HSL color Cylindrical-coordinate representation of color #4B1926: hue angle of 344.4º 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 #4B1926 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 25 | 38 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.71 |
| HSL | 344.4º | 0.5% | 0.2% | - |
| HSV(B) | 344.4º | 0.67% | 0.29% | - |
| XYZ | 3.6 | 2.33 | 2.09 | - |
| YUV | 41.43 | 126.07 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 25 | 38 | 0 | 0.67 | 0.49 | 0.71 | 344.4 | 0.5 | 0.2 |
| Hex | 4B | 19 | 26 | 0 | 43 | 31 | 47 | 158 | 32 | 14 |
| Octal | 113 | 31 | 46 | 0 | 103 | 61 | 107 | 530 | 62 | 24 |
| Binary | 1001011 | 11001 | 100110 | 0 | 1000011 | 110001 | 1000111 | 101011000 | 110010 | 10100 |
Color Harmonies of #4B1926
Complementary color
Monochromatic Colors of #4B1926
Black with #4B1926
Text Example
Text Example
White with #4B1926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1926; }
p { color: rgb(75,25,38); }
H1.HeaderClassName
{
color: #4B1926;
}
.AnyTagClassName
{
color: #4B1926;
}
</style>
background-color css
<style>
a { background-color: #4B1926; }
a { background-color: rgb(75,25,38); }
div.DivClassName
{
background-color: #4B1926;
}
.BgClassName
{
background-color: #4B1926;
}
</style>
border-color css
<style>
span { border-color: #4B1926; }
span { border-color: rgb(75,25,38); }
td.TdClassName
{
border-color: #4B1926;
}
.TagClassName
{
border-color: #4B1926;
}
</style>