Shades of Bordeaux #4B0B19
Tints of Bordeaux #4B0B19
RGB
CMYK
RGB Variations
Color information
#4B0B19 (or 0x4B0B19) is known color: Bordeaux. HEX triplet: 4B, 0B and 19. RGB value is (75,11,25). Sum of RGB (Red+Green+Blue) = 75+11+25=111 (14% of max value = 765). Red value is 75 (29.69% from 255 or 67.57% from 111); Green value is 11 (4.69% from 255 or 9.91% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0B19 is #B4F4E6. Grayscale: #1F1F1F. Windows color (decimal): -11859175 or 1641291. OLE color: 1641291.
HSL color Cylindrical-coordinate representation of color #4B0B19: hue angle of 346.88º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B0B19 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 11 | 25 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.71 |
| HSL | 346.88º | 0.74% | 0.17% | - |
| HSV(B) | 346.88º | 0.85% | 0.29% | - |
| XYZ | 3.2 | 1.81 | 1.1 | - |
| YUV | 31.73 | 124.2 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 11 | 25 | 0 | 0.85 | 0.67 | 0.71 | 346.88 | 0.74 | 0.17 |
| Hex | 4B | B | 19 | 0 | 55 | 43 | 47 | 15B | 4A | 11 |
| Octal | 113 | 13 | 31 | 0 | 125 | 103 | 107 | 533 | 112 | 21 |
| Binary | 1001011 | 1011 | 11001 | 0 | 1010101 | 1000011 | 1000111 | 101011011 | 1001010 | 10001 |
Color Harmonies of #4B0B19
Complementary color
Monochromatic Colors of #4B0B19
Black with #4B0B19
Text Example
Text Example
White with #4B0B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0B19; }
p { color: rgb(75,11,25); }
H1.HeaderClassName
{
color: #4B0B19;
}
.AnyTagClassName
{
color: #4B0B19;
}
</style>
background-color css
<style>
a { background-color: #4B0B19; }
a { background-color: rgb(75,11,25); }
div.DivClassName
{
background-color: #4B0B19;
}
.BgClassName
{
background-color: #4B0B19;
}
</style>
border-color css
<style>
span { border-color: #4B0B19; }
span { border-color: rgb(75,11,25); }
td.TdClassName
{
border-color: #4B0B19;
}
.TagClassName
{
border-color: #4B0B19;
}
</style>