Shades of Bordeaux #531C26
Tints of Bordeaux #531C26
RGB
CMYK
RGB Variations
Color information
#531C26 (or 0x531C26) is known color: Bordeaux. HEX triplet: 53, 1C and 26. RGB value is (83,28,38). Sum of RGB (Red+Green+Blue) = 83+28+38=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #531C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C26 is #ACE3D9. Grayscale: #2D2D2D. Windows color (decimal): -11330522 or 2497619. OLE color: 2497619.
HSL color Cylindrical-coordinate representation of color #531C26: hue angle of 349.09º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #531C26 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 28 | 38 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.67 |
| HSL | 349.09º | 0.5% | 0.22% | - |
| HSV(B) | 349.09º | 0.66% | 0.33% | - |
| XYZ | 4.33 | 2.81 | 2.15 | - |
| YUV | 45.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 38 | 0 | 0.66 | 0.54 | 0.67 | 349.09 | 0.5 | 0.22 |
| Hex | 53 | 1C | 26 | 0 | 42 | 36 | 43 | 15D | 32 | 16 |
| Octal | 123 | 34 | 46 | 0 | 102 | 66 | 103 | 535 | 62 | 26 |
| Binary | 1010011 | 11100 | 100110 | 0 | 1000010 | 110110 | 1000011 | 101011101 | 110010 | 10110 |
Color Harmonies of #531C26
Complementary color
Monochromatic Colors of #531C26
Black with #531C26
Text Example
Text Example
White with #531C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531C26; }
p { color: rgb(83,28,38); }
H1.HeaderClassName
{
color: #531C26;
}
.AnyTagClassName
{
color: #531C26;
}
</style>
background-color css
<style>
a { background-color: #531C26; }
a { background-color: rgb(83,28,38); }
div.DivClassName
{
background-color: #531C26;
}
.BgClassName
{
background-color: #531C26;
}
</style>
border-color css
<style>
span { border-color: #531C26; }
span { border-color: rgb(83,28,38); }
td.TdClassName
{
border-color: #531C26;
}
.TagClassName
{
border-color: #531C26;
}
</style>