Shades of Bordeaux #53132A
Tints of Bordeaux #53132A
RGB
CMYK
RGB Variations
Color information
#53132A (or 0x53132A) is known color: Bordeaux. HEX triplet: 53, 13 and 2A. RGB value is (83,19,42). Sum of RGB (Red+Green+Blue) = 83+19+42=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #53132A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53132A is #ACECD5. Grayscale: #282828. Windows color (decimal): -11332822 or 2757459. OLE color: 2757459.
HSL color Cylindrical-coordinate representation of color #53132A: hue angle of 338.44º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53132A is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 19 | 42 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.67 |
| HSL | 338.44º | 0.63% | 0.2% | - |
| HSV(B) | 338.44º | 0.77% | 0.33% | - |
| XYZ | 4.22 | 2.47 | 2.45 | - |
| YUV | 40.76 | 128.7 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 19 | 42 | 0 | 0.77 | 0.49 | 0.67 | 338.44 | 0.63 | 0.2 |
| Hex | 53 | 13 | 2A | 0 | 4D | 31 | 43 | 152 | 3F | 14 |
| Octal | 123 | 23 | 52 | 0 | 115 | 61 | 103 | 522 | 77 | 24 |
| Binary | 1010011 | 10011 | 101010 | 0 | 1001101 | 110001 | 1000011 | 101010010 | 111111 | 10100 |
Color Harmonies of #53132A
Complementary color
Monochromatic Colors of #53132A
Black with #53132A
Text Example
Text Example
White with #53132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53132A; }
p { color: rgb(83,19,42); }
H1.HeaderClassName
{
color: #53132A;
}
.AnyTagClassName
{
color: #53132A;
}
</style>
background-color css
<style>
a { background-color: #53132A; }
a { background-color: rgb(83,19,42); }
div.DivClassName
{
background-color: #53132A;
}
.BgClassName
{
background-color: #53132A;
}
</style>
border-color css
<style>
span { border-color: #53132A; }
span { border-color: rgb(83,19,42); }
td.TdClassName
{
border-color: #53132A;
}
.TagClassName
{
border-color: #53132A;
}
</style>