Shades of Bordeaux #4B0A1C
Tints of Bordeaux #4B0A1C
RGB
CMYK
RGB Variations
Color information
#4B0A1C (or 0x4B0A1C) is known color: Bordeaux. HEX triplet: 4B, 0A and 1C. RGB value is (75,10,28). Sum of RGB (Red+Green+Blue) = 75+10+28=113 (14% of max value = 765). Red value is 75 (29.69% from 255 or 66.37% from 113); Green value is 10 (4.30% from 255 or 8.85% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0A1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0A1C is #B4F5E3. Grayscale: #1F1F1F. Windows color (decimal): -11859428 or 1837643. OLE color: 1837643.
HSL color Cylindrical-coordinate representation of color #4B0A1C: hue angle of 343.38º 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 #4B0A1C is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 10 | 28 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.71 |
| HSL | 343.38º | 0.76% | 0.17% | - |
| HSV(B) | 343.38º | 0.87% | 0.29% | - |
| XYZ | 3.22 | 1.8 | 1.28 | - |
| YUV | 31.49 | 126.03 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 10 | 28 | 0 | 0.87 | 0.63 | 0.71 | 343.38 | 0.76 | 0.17 |
| Hex | 4B | A | 1C | 0 | 57 | 3F | 47 | 157 | 4C | 11 |
| Octal | 113 | 12 | 34 | 0 | 127 | 77 | 107 | 527 | 114 | 21 |
| Binary | 1001011 | 1010 | 11100 | 0 | 1010111 | 111111 | 1000111 | 101010111 | 1001100 | 10001 |
Color Harmonies of #4B0A1C
Complementary color
Monochromatic Colors of #4B0A1C
Black with #4B0A1C
Text Example
Text Example
White with #4B0A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0A1C; }
p { color: rgb(75,10,28); }
H1.HeaderClassName
{
color: #4B0A1C;
}
.AnyTagClassName
{
color: #4B0A1C;
}
</style>
background-color css
<style>
a { background-color: #4B0A1C; }
a { background-color: rgb(75,10,28); }
div.DivClassName
{
background-color: #4B0A1C;
}
.BgClassName
{
background-color: #4B0A1C;
}
</style>
border-color css
<style>
span { border-color: #4B0A1C; }
span { border-color: rgb(75,10,28); }
td.TdClassName
{
border-color: #4B0A1C;
}
.TagClassName
{
border-color: #4B0A1C;
}
</style>