Shades of Bordeaux #4B0A1B
Tints of Bordeaux #4B0A1B
RGB
CMYK
RGB Variations
Color information
#4B0A1B (or 0x4B0A1B) is known color: Bordeaux. HEX triplet: 4B, 0A and 1B. RGB value is (75,10,27). Sum of RGB (Red+Green+Blue) = 75+10+27=112 (14% of max value = 765). Red value is 75 (29.69% from 255 or 66.96% from 112); Green value is 10 (4.30% from 255 or 8.93% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0A1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0A1B is #B4F5E4. Grayscale: #1F1F1F. Windows color (decimal): -11859429 or 1772107. OLE color: 1772107.
HSL color Cylindrical-coordinate representation of color #4B0A1B: hue angle of 344.31º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4B0A1B is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 10 | 27 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.71 |
| HSL | 344.31º | 0.76% | 0.17% | - |
| HSV(B) | 344.31º | 0.87% | 0.29% | - |
| XYZ | 3.21 | 1.79 | 1.21 | - |
| YUV | 31.37 | 125.53 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 10 | 27 | 0 | 0.87 | 0.64 | 0.71 | 344.31 | 0.76 | 0.17 |
| Hex | 4B | A | 1B | 0 | 57 | 40 | 47 | 158 | 4C | 11 |
| Octal | 113 | 12 | 33 | 0 | 127 | 100 | 107 | 530 | 114 | 21 |
| Binary | 1001011 | 1010 | 11011 | 0 | 1010111 | 1000000 | 1000111 | 101011000 | 1001100 | 10001 |
Color Harmonies of #4B0A1B
Complementary color
Monochromatic Colors of #4B0A1B
Black with #4B0A1B
Text Example
Text Example
White with #4B0A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0A1B; }
p { color: rgb(75,10,27); }
H1.HeaderClassName
{
color: #4B0A1B;
}
.AnyTagClassName
{
color: #4B0A1B;
}
</style>
background-color css
<style>
a { background-color: #4B0A1B; }
a { background-color: rgb(75,10,27); }
div.DivClassName
{
background-color: #4B0A1B;
}
.BgClassName
{
background-color: #4B0A1B;
}
</style>
border-color css
<style>
span { border-color: #4B0A1B; }
span { border-color: rgb(75,10,27); }
td.TdClassName
{
border-color: #4B0A1B;
}
.TagClassName
{
border-color: #4B0A1B;
}
</style>