Shades of Bordeaux #50030F
Tints of Bordeaux #50030F
RGB
CMYK
RGB Variations
Color information
#50030F (or 0x50030F) is known color: Bordeaux. HEX triplet: 50, 03 and 0F. RGB value is (80,3,15). Sum of RGB (Red+Green+Blue) = 80+3+15=98 (12% of max value = 765). Red value is 80 (31.64% from 255 or 81.63% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 80 - color contains mainly: red. Hex color #50030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50030F is #AFFCF0. Grayscale: #1B1B1B. Windows color (decimal): -11533553 or 983888. OLE color: 983888.
HSL color Cylindrical-coordinate representation of color #50030F: hue angle of 350.65º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50030F is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 3 | 15 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.69 |
| HSL | 350.65º | 0.93% | 0.16% | - |
| HSV(B) | 350.65º | 0.96% | 0.31% | - |
| XYZ | 3.43 | 1.81 | 0.62 | - |
| YUV | 27.39 | 121.01 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 15 | 0 | 0.96 | 0.81 | 0.69 | 350.65 | 0.93 | 0.16 |
| Hex | 50 | 3 | F | 0 | 60 | 51 | 45 | 15F | 5D | 10 |
| Octal | 120 | 3 | 17 | 0 | 140 | 121 | 105 | 537 | 135 | 20 |
| Binary | 1010000 | 11 | 1111 | 0 | 1100000 | 1010001 | 1000101 | 101011111 | 1011101 | 10000 |
Color Harmonies of #50030F
Complementary color
Monochromatic Colors of #50030F
Black with #50030F
Text Example
Text Example
White with #50030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50030F; }
p { color: rgb(80,3,15); }
H1.HeaderClassName
{
color: #50030F;
}
.AnyTagClassName
{
color: #50030F;
}
</style>
background-color css
<style>
a { background-color: #50030F; }
a { background-color: rgb(80,3,15); }
div.DivClassName
{
background-color: #50030F;
}
.BgClassName
{
background-color: #50030F;
}
</style>
border-color css
<style>
span { border-color: #50030F; }
span { border-color: rgb(80,3,15); }
td.TdClassName
{
border-color: #50030F;
}
.TagClassName
{
border-color: #50030F;
}
</style>