Shades of Bordeaux #531A23
Tints of Bordeaux #531A23
RGB
CMYK
RGB Variations
Color information
#531A23 (or 0x531A23) is known color: Bordeaux. HEX triplet: 53, 1A and 23. RGB value is (83,26,35). Sum of RGB (Red+Green+Blue) = 83+26+35=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 35 (14.06% from 255 or 24.31% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #531A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A23 is #ACE5DC. Grayscale: #2C2C2C. Windows color (decimal): -11331037 or 2300499. OLE color: 2300499.
HSL color Cylindrical-coordinate representation of color #531A23: hue angle of 350.53º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #531A23 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 26 | 35 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.67 |
| HSL | 350.53º | 0.52% | 0.21% | - |
| HSV(B) | 350.53º | 0.69% | 0.33% | - |
| XYZ | 4.24 | 2.7 | 1.89 | - |
| YUV | 44.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 35 | 0 | 0.69 | 0.58 | 0.67 | 350.53 | 0.52 | 0.21 |
| Hex | 53 | 1A | 23 | 0 | 45 | 3A | 43 | 15F | 34 | 15 |
| Octal | 123 | 32 | 43 | 0 | 105 | 72 | 103 | 537 | 64 | 25 |
| Binary | 1010011 | 11010 | 100011 | 0 | 1000101 | 111010 | 1000011 | 101011111 | 110100 | 10101 |
Color Harmonies of #531A23
Complementary color
Monochromatic Colors of #531A23
Black with #531A23
Text Example
Text Example
White with #531A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531A23; }
p { color: rgb(83,26,35); }
H1.HeaderClassName
{
color: #531A23;
}
.AnyTagClassName
{
color: #531A23;
}
</style>
background-color css
<style>
a { background-color: #531A23; }
a { background-color: rgb(83,26,35); }
div.DivClassName
{
background-color: #531A23;
}
.BgClassName
{
background-color: #531A23;
}
</style>
border-color css
<style>
span { border-color: #531A23; }
span { border-color: rgb(83,26,35); }
td.TdClassName
{
border-color: #531A23;
}
.TagClassName
{
border-color: #531A23;
}
</style>