Shades of Bordeaux #531C25
Tints of Bordeaux #531C25
RGB
CMYK
RGB Variations
Color information
#531C25 (or 0x531C25) is known color: Bordeaux. HEX triplet: 53, 1C and 25. RGB value is (83,28,37). Sum of RGB (Red+Green+Blue) = 83+28+37=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #531C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C25 is #ACE3DA. Grayscale: #2D2D2D. Windows color (decimal): -11330523 or 2432083. OLE color: 2432083.
HSL color Cylindrical-coordinate representation of color #531C25: hue angle of 350.18º 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 #531C25 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 28 | 37 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.67 |
| HSL | 350.18º | 0.5% | 0.22% | - |
| HSV(B) | 350.18º | 0.66% | 0.33% | - |
| XYZ | 4.32 | 2.8 | 2.06 | - |
| YUV | 45.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 37 | 0 | 0.66 | 0.55 | 0.67 | 350.18 | 0.5 | 0.22 |
| Hex | 53 | 1C | 25 | 0 | 42 | 37 | 43 | 15E | 32 | 16 |
| Octal | 123 | 34 | 45 | 0 | 102 | 67 | 103 | 536 | 62 | 26 |
| Binary | 1010011 | 11100 | 100101 | 0 | 1000010 | 110111 | 1000011 | 101011110 | 110010 | 10110 |
Color Harmonies of #531C25
Complementary color
Monochromatic Colors of #531C25
Black with #531C25
Text Example
Text Example
White with #531C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531C25; }
p { color: rgb(83,28,37); }
H1.HeaderClassName
{
color: #531C25;
}
.AnyTagClassName
{
color: #531C25;
}
</style>
background-color css
<style>
a { background-color: #531C25; }
a { background-color: rgb(83,28,37); }
div.DivClassName
{
background-color: #531C25;
}
.BgClassName
{
background-color: #531C25;
}
</style>
border-color css
<style>
span { border-color: #531C25; }
span { border-color: rgb(83,28,37); }
td.TdClassName
{
border-color: #531C25;
}
.TagClassName
{
border-color: #531C25;
}
</style>