Shades of Bordeaux #4B141C
Tints of Bordeaux #4B141C
RGB
CMYK
RGB Variations
Color information
#4B141C (or 0x4B141C) is known color: Bordeaux. HEX triplet: 4B, 14 and 1C. RGB value is (75,20,28). Sum of RGB (Red+Green+Blue) = 75+20+28=123 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60.98% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 75 - color contains mainly: red. Hex color #4B141C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B141C is #B4EBE3. Grayscale: #252525. Windows color (decimal): -11856868 or 1840203. OLE color: 1840203.
HSL color Cylindrical-coordinate representation of color #4B141C: hue angle of 351.27º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B141C is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 20 | 28 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.71 |
| HSL | 351.27º | 0.58% | 0.19% | - |
| HSV(B) | 351.27º | 0.73% | 0.29% | - |
| XYZ | 3.36 | 2.08 | 1.32 | - |
| YUV | 37.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 20 | 28 | 0 | 0.73 | 0.63 | 0.71 | 351.27 | 0.58 | 0.19 |
| Hex | 4B | 14 | 1C | 0 | 49 | 3F | 47 | 15F | 3A | 13 |
| Octal | 113 | 24 | 34 | 0 | 111 | 77 | 107 | 537 | 72 | 23 |
| Binary | 1001011 | 10100 | 11100 | 0 | 1001001 | 111111 | 1000111 | 101011111 | 111010 | 10011 |
Color Harmonies of #4B141C
Complementary color
Monochromatic Colors of #4B141C
Black with #4B141C
Text Example
Text Example
White with #4B141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B141C; }
p { color: rgb(75,20,28); }
H1.HeaderClassName
{
color: #4B141C;
}
.AnyTagClassName
{
color: #4B141C;
}
</style>
background-color css
<style>
a { background-color: #4B141C; }
a { background-color: rgb(75,20,28); }
div.DivClassName
{
background-color: #4B141C;
}
.BgClassName
{
background-color: #4B141C;
}
</style>
border-color css
<style>
span { border-color: #4B141C; }
span { border-color: rgb(75,20,28); }
td.TdClassName
{
border-color: #4B141C;
}
.TagClassName
{
border-color: #4B141C;
}
</style>