Shades of Bordeaux #531023
Tints of Bordeaux #531023
RGB
CMYK
RGB Variations
Color information
#531023 (or 0x531023) is known color: Bordeaux. HEX triplet: 53, 10 and 23. RGB value is (83,16,35). Sum of RGB (Red+Green+Blue) = 83+16+35=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #531023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531023 is #ACEFDC. Grayscale: #262626. Windows color (decimal): -11333597 or 2297939. OLE color: 2297939.
HSL color Cylindrical-coordinate representation of color #531023: hue angle of 342.99º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531023 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 16 | 35 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.67 |
| HSL | 342.99º | 0.68% | 0.19% | - |
| HSV(B) | 342.99º | 0.81% | 0.33% | - |
| XYZ | 4.06 | 2.33 | 1.83 | - |
| YUV | 38.2 | 126.2 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 16 | 35 | 0 | 0.81 | 0.58 | 0.67 | 342.99 | 0.68 | 0.19 |
| Hex | 53 | 10 | 23 | 0 | 51 | 3A | 43 | 157 | 44 | 13 |
| Octal | 123 | 20 | 43 | 0 | 121 | 72 | 103 | 527 | 104 | 23 |
| Binary | 1010011 | 10000 | 100011 | 0 | 1010001 | 111010 | 1000011 | 101010111 | 1000100 | 10011 |
Color Harmonies of #531023
Complementary color
Monochromatic Colors of #531023
Black with #531023
Text Example
Text Example
White with #531023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531023; }
p { color: rgb(83,16,35); }
H1.HeaderClassName
{
color: #531023;
}
.AnyTagClassName
{
color: #531023;
}
</style>
background-color css
<style>
a { background-color: #531023; }
a { background-color: rgb(83,16,35); }
div.DivClassName
{
background-color: #531023;
}
.BgClassName
{
background-color: #531023;
}
</style>
border-color css
<style>
span { border-color: #531023; }
span { border-color: rgb(83,16,35); }
td.TdClassName
{
border-color: #531023;
}
.TagClassName
{
border-color: #531023;
}
</style>