Shades of Bordeaux #53152A
Tints of Bordeaux #53152A
RGB
CMYK
RGB Variations
Color information
#53152A (or 0x53152A) is known color: Bordeaux. HEX triplet: 53, 15 and 2A. RGB value is (83,21,42). Sum of RGB (Red+Green+Blue) = 83+21+42=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #53152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53152A is #ACEAD5. Grayscale: #292929. Windows color (decimal): -11332310 or 2757971. OLE color: 2757971.
HSL color Cylindrical-coordinate representation of color #53152A: hue angle of 339.68º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53152A is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 21 | 42 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.67 |
| HSL | 339.68º | 0.6% | 0.2% | - |
| HSV(B) | 339.68º | 0.75% | 0.33% | - |
| XYZ | 4.25 | 2.54 | 2.46 | - |
| YUV | 41.93 | 128.04 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 21 | 42 | 0 | 0.75 | 0.49 | 0.67 | 339.68 | 0.6 | 0.2 |
| Hex | 53 | 15 | 2A | 0 | 4B | 31 | 43 | 154 | 3C | 14 |
| Octal | 123 | 25 | 52 | 0 | 113 | 61 | 103 | 524 | 74 | 24 |
| Binary | 1010011 | 10101 | 101010 | 0 | 1001011 | 110001 | 1000011 | 101010100 | 111100 | 10100 |
Color Harmonies of #53152A
Complementary color
Monochromatic Colors of #53152A
Black with #53152A
Text Example
Text Example
White with #53152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53152A; }
p { color: rgb(83,21,42); }
H1.HeaderClassName
{
color: #53152A;
}
.AnyTagClassName
{
color: #53152A;
}
</style>
background-color css
<style>
a { background-color: #53152A; }
a { background-color: rgb(83,21,42); }
div.DivClassName
{
background-color: #53152A;
}
.BgClassName
{
background-color: #53152A;
}
</style>
border-color css
<style>
span { border-color: #53152A; }
span { border-color: rgb(83,21,42); }
td.TdClassName
{
border-color: #53152A;
}
.TagClassName
{
border-color: #53152A;
}
</style>