Shades of Bordeaux #50232A
Tints of Bordeaux #50232A
RGB
CMYK
RGB Variations
Color information
#50232A (or 0x50232A) is known color: Bordeaux. HEX triplet: 50, 23 and 2A. RGB value is (80,35,42). Sum of RGB (Red+Green+Blue) = 80+35+42=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #50232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50232A is #AFDCD5. Grayscale: #313131. Windows color (decimal): -11525334 or 2761552. OLE color: 2761552.
HSL color Cylindrical-coordinate representation of color #50232A: hue angle of 350.67º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50232A is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 35 | 42 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.69 |
| HSL | 350.67º | 0.39% | 0.23% | - |
| HSV(B) | 350.67º | 0.56% | 0.31% | - |
| XYZ | 4.33 | 3.07 | 2.56 | - |
| YUV | 49.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 35 | 42 | 0 | 0.56 | 0.48 | 0.69 | 350.67 | 0.39 | 0.23 |
| Hex | 50 | 23 | 2A | 0 | 38 | 30 | 45 | 15F | 27 | 17 |
| Octal | 120 | 43 | 52 | 0 | 70 | 60 | 105 | 537 | 47 | 27 |
| Binary | 1010000 | 100011 | 101010 | 0 | 111000 | 110000 | 1000101 | 101011111 | 100111 | 10111 |
Color Harmonies of #50232A
Complementary color
Monochromatic Colors of #50232A
Black with #50232A
Text Example
Text Example
White with #50232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50232A; }
p { color: rgb(80,35,42); }
H1.HeaderClassName
{
color: #50232A;
}
.AnyTagClassName
{
color: #50232A;
}
</style>
background-color css
<style>
a { background-color: #50232A; }
a { background-color: rgb(80,35,42); }
div.DivClassName
{
background-color: #50232A;
}
.BgClassName
{
background-color: #50232A;
}
</style>
border-color css
<style>
span { border-color: #50232A; }
span { border-color: rgb(80,35,42); }
td.TdClassName
{
border-color: #50232A;
}
.TagClassName
{
border-color: #50232A;
}
</style>