Shades of Bordeaux #531121
Tints of Bordeaux #531121
RGB
CMYK
RGB Variations
Color information
#531121 (or 0x531121) is known color: Bordeaux. HEX triplet: 53, 11 and 21. RGB value is (83,17,33). Sum of RGB (Red+Green+Blue) = 83+17+33=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #531121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531121 is #ACEEDE. Grayscale: #262626. Windows color (decimal): -11333343 or 2167123. OLE color: 2167123.
HSL color Cylindrical-coordinate representation of color #531121: hue angle of 345.45º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531121 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 17 | 33 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.67 |
| HSL | 345.45º | 0.66% | 0.2% | - |
| HSV(B) | 345.45º | 0.8% | 0.33% | - |
| XYZ | 4.04 | 2.35 | 1.68 | - |
| YUV | 38.56 | 124.87 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 33 | 0 | 0.80 | 0.60 | 0.67 | 345.45 | 0.66 | 0.2 |
| Hex | 53 | 11 | 21 | 0 | 50 | 3C | 43 | 159 | 42 | 14 |
| Octal | 123 | 21 | 41 | 0 | 120 | 74 | 103 | 531 | 102 | 24 |
| Binary | 1010011 | 10001 | 100001 | 0 | 1010000 | 111100 | 1000011 | 101011001 | 1000010 | 10100 |
Color Harmonies of #531121
Complementary color
Monochromatic Colors of #531121
Black with #531121
Text Example
Text Example
White with #531121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531121; }
p { color: rgb(83,17,33); }
H1.HeaderClassName
{
color: #531121;
}
.AnyTagClassName
{
color: #531121;
}
</style>
background-color css
<style>
a { background-color: #531121; }
a { background-color: rgb(83,17,33); }
div.DivClassName
{
background-color: #531121;
}
.BgClassName
{
background-color: #531121;
}
</style>
border-color css
<style>
span { border-color: #531121; }
span { border-color: rgb(83,17,33); }
td.TdClassName
{
border-color: #531121;
}
.TagClassName
{
border-color: #531121;
}
</style>