Shades of Bordeaux #4B031C
Tints of Bordeaux #4B031C
RGB
CMYK
RGB Variations
Color information
#4B031C (or 0x4B031C) is known color: Bordeaux. HEX triplet: 4B, 03 and 1C. RGB value is (75,3,28). Sum of RGB (Red+Green+Blue) = 75+3+28=106 (14% of max value = 765). Red value is 75 (29.69% from 255 or 70.75% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 75 - color contains mainly: red. Hex color #4B031C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B031C is #B4FCE3. Grayscale: #1B1B1B. Windows color (decimal): -11861220 or 1835851. OLE color: 1835851.
HSL color Cylindrical-coordinate representation of color #4B031C: hue angle of 339.17º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B031C is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 3 | 28 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.71 |
| HSL | 339.17º | 0.92% | 0.15% | - |
| HSV(B) | 339.17º | 0.96% | 0.29% | - |
| XYZ | 3.14 | 1.64 | 1.25 | - |
| YUV | 27.38 | 128.35 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 3 | 28 | 0 | 0.96 | 0.63 | 0.71 | 339.17 | 0.92 | 0.15 |
| Hex | 4B | 3 | 1C | 0 | 60 | 3F | 47 | 153 | 5C | F |
| Octal | 113 | 3 | 34 | 0 | 140 | 77 | 107 | 523 | 134 | 17 |
| Binary | 1001011 | 11 | 11100 | 0 | 1100000 | 111111 | 1000111 | 101010011 | 1011100 | 1111 |
Color Harmonies of #4B031C
Complementary color
Monochromatic Colors of #4B031C
Black with #4B031C
Text Example
Text Example
White with #4B031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B031C; }
p { color: rgb(75,3,28); }
H1.HeaderClassName
{
color: #4B031C;
}
.AnyTagClassName
{
color: #4B031C;
}
</style>
background-color css
<style>
a { background-color: #4B031C; }
a { background-color: rgb(75,3,28); }
div.DivClassName
{
background-color: #4B031C;
}
.BgClassName
{
background-color: #4B031C;
}
</style>
border-color css
<style>
span { border-color: #4B031C; }
span { border-color: rgb(75,3,28); }
td.TdClassName
{
border-color: #4B031C;
}
.TagClassName
{
border-color: #4B031C;
}
</style>