Shades of Bordeaux #530522
Tints of Bordeaux #530522
RGB
CMYK
RGB Variations
Color information
#530522 (or 0x530522) is known color: Bordeaux. HEX triplet: 53, 05 and 22. RGB value is (83,5,34). Sum of RGB (Red+Green+Blue) = 83+5+34=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #530522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530522 is #ACFADD. Grayscale: #1F1F1F. Windows color (decimal): -11336414 or 2229587. OLE color: 2229587.
HSL color Cylindrical-coordinate representation of color #530522: hue angle of 337.69º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530522 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 5 | 34 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.67 |
| HSL | 337.69º | 0.89% | 0.17% | - |
| HSV(B) | 337.69º | 0.94% | 0.33% | - |
| XYZ | 3.91 | 2.06 | 1.71 | - |
| YUV | 31.63 | 129.34 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 34 | 0 | 0.94 | 0.59 | 0.67 | 337.69 | 0.89 | 0.17 |
| Hex | 53 | 5 | 22 | 0 | 5E | 3B | 43 | 152 | 59 | 11 |
| Octal | 123 | 5 | 42 | 0 | 136 | 73 | 103 | 522 | 131 | 21 |
| Binary | 1010011 | 101 | 100010 | 0 | 1011110 | 111011 | 1000011 | 101010010 | 1011001 | 10001 |
Color Harmonies of #530522
Complementary color
Monochromatic Colors of #530522
Black with #530522
Text Example
Text Example
White with #530522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530522; }
p { color: rgb(83,5,34); }
H1.HeaderClassName
{
color: #530522;
}
.AnyTagClassName
{
color: #530522;
}
</style>
background-color css
<style>
a { background-color: #530522; }
a { background-color: rgb(83,5,34); }
div.DivClassName
{
background-color: #530522;
}
.BgClassName
{
background-color: #530522;
}
</style>
border-color css
<style>
span { border-color: #530522; }
span { border-color: rgb(83,5,34); }
td.TdClassName
{
border-color: #530522;
}
.TagClassName
{
border-color: #530522;
}
</style>