Shades of Bordeaux #50191C
Tints of Bordeaux #50191C
RGB
CMYK
RGB Variations
Color information
#50191C (or 0x50191C) is known color: Bordeaux. HEX triplet: 50, 19 and 1C. RGB value is (80,25,28). Sum of RGB (Red+Green+Blue) = 80+25+28=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #50191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50191C is #AFE6E3. Grayscale: #292929. Windows color (decimal): -11527908 or 1841488. OLE color: 1841488.
HSL color Cylindrical-coordinate representation of color #50191C: hue angle of 356.73º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50191C is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 25 | 28 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.69 |
| HSL | 356.73º | 0.52% | 0.21% | - |
| HSV(B) | 356.73º | 0.69% | 0.31% | - |
| XYZ | 3.87 | 2.48 | 1.37 | - |
| YUV | 41.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 28 | 0 | 0.69 | 0.65 | 0.69 | 356.73 | 0.52 | 0.21 |
| Hex | 50 | 19 | 1C | 0 | 45 | 41 | 45 | 165 | 34 | 15 |
| Octal | 120 | 31 | 34 | 0 | 105 | 101 | 105 | 545 | 64 | 25 |
| Binary | 1010000 | 11001 | 11100 | 0 | 1000101 | 1000001 | 1000101 | 101100101 | 110100 | 10101 |
Color Harmonies of #50191C
Complementary color
Monochromatic Colors of #50191C
Black with #50191C
Text Example
Text Example
White with #50191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50191C; }
p { color: rgb(80,25,28); }
H1.HeaderClassName
{
color: #50191C;
}
.AnyTagClassName
{
color: #50191C;
}
</style>
background-color css
<style>
a { background-color: #50191C; }
a { background-color: rgb(80,25,28); }
div.DivClassName
{
background-color: #50191C;
}
.BgClassName
{
background-color: #50191C;
}
</style>
border-color css
<style>
span { border-color: #50191C; }
span { border-color: rgb(80,25,28); }
td.TdClassName
{
border-color: #50191C;
}
.TagClassName
{
border-color: #50191C;
}
</style>