Shades of Bordeaux #4B1819
Tints of Bordeaux #4B1819
RGB
CMYK
RGB Variations
Color information
#4B1819 (or 0x4B1819) is known color: Bordeaux. HEX triplet: 4B, 18 and 19. RGB value is (75,24,25). Sum of RGB (Red+Green+Blue) = 75+24+25=124 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60.48% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B1819 is #B4E7E6. Grayscale: #272727. Windows color (decimal): -11855847 or 1644619. OLE color: 1644619.
HSL color Cylindrical-coordinate representation of color #4B1819: hue angle of 358.82º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B1819 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 24 | 25 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.71 |
| HSL | 358.82º | 0.52% | 0.19% | - |
| HSV(B) | 358.82º | 0.68% | 0.29% | - |
| XYZ | 3.4 | 2.22 | 1.17 | - |
| YUV | 39.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 24 | 25 | 0 | 0.68 | 0.67 | 0.71 | 358.82 | 0.52 | 0.19 |
| Hex | 4B | 18 | 19 | 0 | 44 | 43 | 47 | 167 | 34 | 13 |
| Octal | 113 | 30 | 31 | 0 | 104 | 103 | 107 | 547 | 64 | 23 |
| Binary | 1001011 | 11000 | 11001 | 0 | 1000100 | 1000011 | 1000111 | 101100111 | 110100 | 10011 |
Color Harmonies of #4B1819
Complementary color
Monochromatic Colors of #4B1819
Black with #4B1819
Text Example
Text Example
White with #4B1819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1819; }
p { color: rgb(75,24,25); }
H1.HeaderClassName
{
color: #4B1819;
}
.AnyTagClassName
{
color: #4B1819;
}
</style>
background-color css
<style>
a { background-color: #4B1819; }
a { background-color: rgb(75,24,25); }
div.DivClassName
{
background-color: #4B1819;
}
.BgClassName
{
background-color: #4B1819;
}
</style>
border-color css
<style>
span { border-color: #4B1819; }
span { border-color: rgb(75,24,25); }
td.TdClassName
{
border-color: #4B1819;
}
.TagClassName
{
border-color: #4B1819;
}
</style>