Shades of Bordeaux #4B041C
Tints of Bordeaux #4B041C
RGB
CMYK
RGB Variations
Color information
#4B041C (or 0x4B041C) is known color: Bordeaux. HEX triplet: 4B, 04 and 1C. RGB value is (75,4,28). Sum of RGB (Red+Green+Blue) = 75+4+28=107 (14% of max value = 765). Red value is 75 (29.69% from 255 or 70.09% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 75 - color contains mainly: red. Hex color #4B041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B041C is #B4FBE3. Grayscale: #1B1B1B. Windows color (decimal): -11860964 or 1836107. OLE color: 1836107.
HSL color Cylindrical-coordinate representation of color #4B041C: hue angle of 339.72º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B041C is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 4 | 28 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.71 |
| HSL | 339.72º | 0.9% | 0.15% | - |
| HSV(B) | 339.72º | 0.95% | 0.29% | - |
| XYZ | 3.15 | 1.67 | 1.25 | - |
| YUV | 27.97 | 128.02 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 4 | 28 | 0 | 0.95 | 0.63 | 0.71 | 339.72 | 0.9 | 0.15 |
| Hex | 4B | 4 | 1C | 0 | 5F | 3F | 47 | 154 | 5A | F |
| Octal | 113 | 4 | 34 | 0 | 137 | 77 | 107 | 524 | 132 | 17 |
| Binary | 1001011 | 100 | 11100 | 0 | 1011111 | 111111 | 1000111 | 101010100 | 1011010 | 1111 |
Color Harmonies of #4B041C
Complementary color
Monochromatic Colors of #4B041C
Black with #4B041C
Text Example
Text Example
White with #4B041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B041C; }
p { color: rgb(75,4,28); }
H1.HeaderClassName
{
color: #4B041C;
}
.AnyTagClassName
{
color: #4B041C;
}
</style>
background-color css
<style>
a { background-color: #4B041C; }
a { background-color: rgb(75,4,28); }
div.DivClassName
{
background-color: #4B041C;
}
.BgClassName
{
background-color: #4B041C;
}
</style>
border-color css
<style>
span { border-color: #4B041C; }
span { border-color: rgb(75,4,28); }
td.TdClassName
{
border-color: #4B041C;
}
.TagClassName
{
border-color: #4B041C;
}
</style>