Shades of Bordeaux #50071C
Tints of Bordeaux #50071C
RGB
CMYK
RGB Variations
Color information
#50071C (or 0x50071C) is known color: Bordeaux. HEX triplet: 50, 07 and 1C. RGB value is (80,7,28). Sum of RGB (Red+Green+Blue) = 80+7+28=115 (15% of max value = 765). Red value is 80 (31.64% from 255 or 69.57% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 80 - color contains mainly: red. Hex color #50071C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50071C is #AFF8E3. Grayscale: #1F1F1F. Windows color (decimal): -11532516 or 1836880. OLE color: 1836880.
HSL color Cylindrical-coordinate representation of color #50071C: hue angle of 342.74º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50071C is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 7 | 28 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.69 |
| HSL | 342.74º | 0.84% | 0.17% | - |
| HSV(B) | 342.74º | 0.91% | 0.31% | - |
| XYZ | 3.59 | 1.94 | 1.28 | - |
| YUV | 31.22 | 126.18 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 28 | 0 | 0.91 | 0.65 | 0.69 | 342.74 | 0.84 | 0.17 |
| Hex | 50 | 7 | 1C | 0 | 5B | 41 | 45 | 157 | 54 | 11 |
| Octal | 120 | 7 | 34 | 0 | 133 | 101 | 105 | 527 | 124 | 21 |
| Binary | 1010000 | 111 | 11100 | 0 | 1011011 | 1000001 | 1000101 | 101010111 | 1010100 | 10001 |
Color Harmonies of #50071C
Complementary color
Monochromatic Colors of #50071C
Black with #50071C
Text Example
Text Example
White with #50071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50071C; }
p { color: rgb(80,7,28); }
H1.HeaderClassName
{
color: #50071C;
}
.AnyTagClassName
{
color: #50071C;
}
</style>
background-color css
<style>
a { background-color: #50071C; }
a { background-color: rgb(80,7,28); }
div.DivClassName
{
background-color: #50071C;
}
.BgClassName
{
background-color: #50071C;
}
</style>
border-color css
<style>
span { border-color: #50071C; }
span { border-color: rgb(80,7,28); }
td.TdClassName
{
border-color: #50071C;
}
.TagClassName
{
border-color: #50071C;
}
</style>