Shades of Bordeaux #4B051B
Tints of Bordeaux #4B051B
RGB
CMYK
RGB Variations
Color information
#4B051B (or 0x4B051B) is known color: Bordeaux. HEX triplet: 4B, 05 and 1B. RGB value is (75,5,27). Sum of RGB (Red+Green+Blue) = 75+5+27=107 (14% of max value = 765). Red value is 75 (29.69% from 255 or 70.09% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 75 - color contains mainly: red. Hex color #4B051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B051B is #B4FAE4. Grayscale: #1C1C1C. Windows color (decimal): -11860709 or 1770827. OLE color: 1770827.
HSL color Cylindrical-coordinate representation of color #4B051B: hue angle of 341.14º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B051B is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 5 | 27 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.71 |
| HSL | 341.14º | 0.88% | 0.16% | - |
| HSV(B) | 341.14º | 0.93% | 0.29% | - |
| XYZ | 3.15 | 1.68 | 1.2 | - |
| YUV | 28.44 | 127.19 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 5 | 27 | 0 | 0.93 | 0.64 | 0.71 | 341.14 | 0.88 | 0.16 |
| Hex | 4B | 5 | 1B | 0 | 5D | 40 | 47 | 155 | 58 | 10 |
| Octal | 113 | 5 | 33 | 0 | 135 | 100 | 107 | 525 | 130 | 20 |
| Binary | 1001011 | 101 | 11011 | 0 | 1011101 | 1000000 | 1000111 | 101010101 | 1011000 | 10000 |
Color Harmonies of #4B051B
Complementary color
Monochromatic Colors of #4B051B
Black with #4B051B
Text Example
Text Example
White with #4B051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B051B; }
p { color: rgb(75,5,27); }
H1.HeaderClassName
{
color: #4B051B;
}
.AnyTagClassName
{
color: #4B051B;
}
</style>
background-color css
<style>
a { background-color: #4B051B; }
a { background-color: rgb(75,5,27); }
div.DivClassName
{
background-color: #4B051B;
}
.BgClassName
{
background-color: #4B051B;
}
</style>
border-color css
<style>
span { border-color: #4B051B; }
span { border-color: rgb(75,5,27); }
td.TdClassName
{
border-color: #4B051B;
}
.TagClassName
{
border-color: #4B051B;
}
</style>