Shades of Bordeaux #521D25
Tints of Bordeaux #521D25
RGB
CMYK
RGB Variations
Color information
#521D25 (or 0x521D25) is known color: Bordeaux. HEX triplet: 52, 1D and 25. RGB value is (82,29,37). Sum of RGB (Red+Green+Blue) = 82+29+37=148 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.41% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 82 - color contains mainly: red. Hex color #521D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521D25 is #ADE2DA. Grayscale: #2D2D2D. Windows color (decimal): -11395803 or 2432338. OLE color: 2432338.
HSL color Cylindrical-coordinate representation of color #521D25: hue angle of 350.94º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #521D25 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 29 | 37 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.68 |
| HSL | 350.94º | 0.48% | 0.22% | - |
| HSV(B) | 350.94º | 0.65% | 0.32% | - |
| XYZ | 4.25 | 2.81 | 2.07 | - |
| YUV | 45.76 | 123.06 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 37 | 0 | 0.65 | 0.55 | 0.68 | 350.94 | 0.48 | 0.22 |
| Hex | 52 | 1D | 25 | 0 | 41 | 37 | 44 | 15F | 30 | 16 |
| Octal | 122 | 35 | 45 | 0 | 101 | 67 | 104 | 537 | 60 | 26 |
| Binary | 1010010 | 11101 | 100101 | 0 | 1000001 | 110111 | 1000100 | 101011111 | 110000 | 10110 |
Color Harmonies of #521D25
Complementary color
Monochromatic Colors of #521D25
Black with #521D25
Text Example
Text Example
White with #521D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521D25; }
p { color: rgb(82,29,37); }
H1.HeaderClassName
{
color: #521D25;
}
.AnyTagClassName
{
color: #521D25;
}
</style>
background-color css
<style>
a { background-color: #521D25; }
a { background-color: rgb(82,29,37); }
div.DivClassName
{
background-color: #521D25;
}
.BgClassName
{
background-color: #521D25;
}
</style>
border-color css
<style>
span { border-color: #521D25; }
span { border-color: rgb(82,29,37); }
td.TdClassName
{
border-color: #521D25;
}
.TagClassName
{
border-color: #521D25;
}
</style>