Shades of Bordeaux #531821
Tints of Bordeaux #531821
RGB
CMYK
RGB Variations
Color information
#531821 (or 0x531821) is known color: Bordeaux. HEX triplet: 53, 18 and 21. RGB value is (83,24,33). Sum of RGB (Red+Green+Blue) = 83+24+33=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #531821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531821 is #ACE7DE. Grayscale: #2A2A2A. Windows color (decimal): -11331551 or 2168915. OLE color: 2168915.
HSL color Cylindrical-coordinate representation of color #531821: hue angle of 350.85º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #531821 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 24 | 33 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.67 |
| HSL | 350.85º | 0.55% | 0.21% | - |
| HSV(B) | 350.85º | 0.71% | 0.33% | - |
| XYZ | 4.17 | 2.6 | 1.72 | - |
| YUV | 42.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 24 | 33 | 0 | 0.71 | 0.60 | 0.67 | 350.85 | 0.55 | 0.21 |
| Hex | 53 | 18 | 21 | 0 | 47 | 3C | 43 | 15F | 37 | 15 |
| Octal | 123 | 30 | 41 | 0 | 107 | 74 | 103 | 537 | 67 | 25 |
| Binary | 1010011 | 11000 | 100001 | 0 | 1000111 | 111100 | 1000011 | 101011111 | 110111 | 10101 |
Color Harmonies of #531821
Complementary color
Monochromatic Colors of #531821
Black with #531821
Text Example
Text Example
White with #531821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531821; }
p { color: rgb(83,24,33); }
H1.HeaderClassName
{
color: #531821;
}
.AnyTagClassName
{
color: #531821;
}
</style>
background-color css
<style>
a { background-color: #531821; }
a { background-color: rgb(83,24,33); }
div.DivClassName
{
background-color: #531821;
}
.BgClassName
{
background-color: #531821;
}
</style>
border-color css
<style>
span { border-color: #531821; }
span { border-color: rgb(83,24,33); }
td.TdClassName
{
border-color: #531821;
}
.TagClassName
{
border-color: #531821;
}
</style>