Shades of Bordeaux #530922
Tints of Bordeaux #530922
RGB
CMYK
RGB Variations
Color information
#530922 (or 0x530922) is known color: Bordeaux. HEX triplet: 53, 09 and 22. RGB value is (83,9,34). Sum of RGB (Red+Green+Blue) = 83+9+34=126 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.87% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 83 - color contains mainly: red. Hex color #530922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530922 is #ACF6DD. Grayscale: #212121. Windows color (decimal): -11335390 or 2230611. OLE color: 2230611.
HSL color Cylindrical-coordinate representation of color #530922: hue angle of 339.73º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #530922 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 9 | 34 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.67 |
| HSL | 339.73º | 0.8% | 0.18% | - |
| HSV(B) | 339.73º | 0.89% | 0.33% | - |
| XYZ | 3.95 | 2.15 | 1.72 | - |
| YUV | 33.98 | 128.02 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 9 | 34 | 0 | 0.89 | 0.59 | 0.67 | 339.73 | 0.8 | 0.18 |
| Hex | 53 | 9 | 22 | 0 | 59 | 3B | 43 | 154 | 50 | 12 |
| Octal | 123 | 11 | 42 | 0 | 131 | 73 | 103 | 524 | 120 | 22 |
| Binary | 1010011 | 1001 | 100010 | 0 | 1011001 | 111011 | 1000011 | 101010100 | 1010000 | 10010 |
Color Harmonies of #530922
Complementary color
Monochromatic Colors of #530922
Black with #530922
Text Example
Text Example
White with #530922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530922; }
p { color: rgb(83,9,34); }
H1.HeaderClassName
{
color: #530922;
}
.AnyTagClassName
{
color: #530922;
}
</style>
background-color css
<style>
a { background-color: #530922; }
a { background-color: rgb(83,9,34); }
div.DivClassName
{
background-color: #530922;
}
.BgClassName
{
background-color: #530922;
}
</style>
border-color css
<style>
span { border-color: #530922; }
span { border-color: rgb(83,9,34); }
td.TdClassName
{
border-color: #530922;
}
.TagClassName
{
border-color: #530922;
}
</style>