Shades of Bordeaux #53081A
Tints of Bordeaux #53081A
RGB
CMYK
RGB Variations
Color information
#53081A (or 0x53081A) is known color: Bordeaux. HEX triplet: 53, 08 and 1A. RGB value is (83,8,26). Sum of RGB (Red+Green+Blue) = 83+8+26=117 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.94% from 117); Green value is 8 (3.52% from 255 or 6.84% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 83 - color contains mainly: red. Hex color #53081A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53081A is #ACF7E5. Grayscale: #202020. Windows color (decimal): -11335654 or 1706067. OLE color: 1706067.
HSL color Cylindrical-coordinate representation of color #53081A: hue angle of 345.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53081A is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 8 | 26 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.67 |
| HSL | 345.6º | 0.82% | 0.18% | - |
| HSV(B) | 345.6º | 0.9% | 0.33% | - |
| XYZ | 3.84 | 2.09 | 1.18 | - |
| YUV | 32.48 | 124.35 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 26 | 0 | 0.90 | 0.69 | 0.67 | 345.6 | 0.82 | 0.18 |
| Hex | 53 | 8 | 1A | 0 | 5A | 45 | 43 | 15A | 52 | 12 |
| Octal | 123 | 10 | 32 | 0 | 132 | 105 | 103 | 532 | 122 | 22 |
| Binary | 1010011 | 1000 | 11010 | 0 | 1011010 | 1000101 | 1000011 | 101011010 | 1010010 | 10010 |
Color Harmonies of #53081A
Complementary color
Monochromatic Colors of #53081A
Black with #53081A
Text Example
Text Example
White with #53081A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53081A; }
p { color: rgb(83,8,26); }
H1.HeaderClassName
{
color: #53081A;
}
.AnyTagClassName
{
color: #53081A;
}
</style>
background-color css
<style>
a { background-color: #53081A; }
a { background-color: rgb(83,8,26); }
div.DivClassName
{
background-color: #53081A;
}
.BgClassName
{
background-color: #53081A;
}
</style>
border-color css
<style>
span { border-color: #53081A; }
span { border-color: rgb(83,8,26); }
td.TdClassName
{
border-color: #53081A;
}
.TagClassName
{
border-color: #53081A;
}
</style>