Shades of Bordeaux #4B0C22
Tints of Bordeaux #4B0C22
RGB
CMYK
RGB Variations
Color information
#4B0C22 (or 0x4B0C22) is known color: Bordeaux. HEX triplet: 4B, 0C and 22. RGB value is (75,12,34). Sum of RGB (Red+Green+Blue) = 75+12+34=121 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.98% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0C22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0C22 is #B4F3DD. Grayscale: #212121. Windows color (decimal): -11858910 or 2231371. OLE color: 2231371.
HSL color Cylindrical-coordinate representation of color #4B0C22: hue angle of 339.05º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B0C22 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 12 | 34 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.71 |
| HSL | 339.05º | 0.72% | 0.17% | - |
| HSV(B) | 339.05º | 0.84% | 0.29% | - |
| XYZ | 3.32 | 1.87 | 1.7 | - |
| YUV | 33.35 | 128.37 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 12 | 34 | 0 | 0.84 | 0.55 | 0.71 | 339.05 | 0.72 | 0.17 |
| Hex | 4B | C | 22 | 0 | 54 | 37 | 47 | 153 | 48 | 11 |
| Octal | 113 | 14 | 42 | 0 | 124 | 67 | 107 | 523 | 110 | 21 |
| Binary | 1001011 | 1100 | 100010 | 0 | 1010100 | 110111 | 1000111 | 101010011 | 1001000 | 10001 |
Color Harmonies of #4B0C22
Complementary color
Monochromatic Colors of #4B0C22
Black with #4B0C22
Text Example
Text Example
White with #4B0C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0C22; }
p { color: rgb(75,12,34); }
H1.HeaderClassName
{
color: #4B0C22;
}
.AnyTagClassName
{
color: #4B0C22;
}
</style>
background-color css
<style>
a { background-color: #4B0C22; }
a { background-color: rgb(75,12,34); }
div.DivClassName
{
background-color: #4B0C22;
}
.BgClassName
{
background-color: #4B0C22;
}
</style>
border-color css
<style>
span { border-color: #4B0C22; }
span { border-color: rgb(75,12,34); }
td.TdClassName
{
border-color: #4B0C22;
}
.TagClassName
{
border-color: #4B0C22;
}
</style>