Shades of Bordeaux #521325
Tints of Bordeaux #521325
RGB
CMYK
RGB Variations
Color information
#521325 (or 0x521325) is known color: Bordeaux. HEX triplet: 52, 13 and 25. RGB value is (82,19,37). Sum of RGB (Red+Green+Blue) = 82+19+37=138 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.42% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 82 - color contains mainly: red. Hex color #521325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521325 is #ADECDA. Grayscale: #272727. Windows color (decimal): -11398363 or 2429778. OLE color: 2429778.
HSL color Cylindrical-coordinate representation of color #521325: hue angle of 342.86º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #521325 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 19 | 37 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.68 |
| HSL | 342.86º | 0.62% | 0.2% | - |
| HSV(B) | 342.86º | 0.77% | 0.32% | - |
| XYZ | 4.05 | 2.39 | 2 | - |
| YUV | 39.89 | 126.37 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 19 | 37 | 0 | 0.77 | 0.55 | 0.68 | 342.86 | 0.62 | 0.2 |
| Hex | 52 | 13 | 25 | 0 | 4D | 37 | 44 | 157 | 3E | 14 |
| Octal | 122 | 23 | 45 | 0 | 115 | 67 | 104 | 527 | 76 | 24 |
| Binary | 1010010 | 10011 | 100101 | 0 | 1001101 | 110111 | 1000100 | 101010111 | 111110 | 10100 |
Color Harmonies of #521325
Complementary color
Monochromatic Colors of #521325
Black with #521325
Text Example
Text Example
White with #521325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521325; }
p { color: rgb(82,19,37); }
H1.HeaderClassName
{
color: #521325;
}
.AnyTagClassName
{
color: #521325;
}
</style>
background-color css
<style>
a { background-color: #521325; }
a { background-color: rgb(82,19,37); }
div.DivClassName
{
background-color: #521325;
}
.BgClassName
{
background-color: #521325;
}
</style>
border-color css
<style>
span { border-color: #521325; }
span { border-color: rgb(82,19,37); }
td.TdClassName
{
border-color: #521325;
}
.TagClassName
{
border-color: #521325;
}
</style>