Shades of Bordeaux #521C26
Tints of Bordeaux #521C26
RGB
CMYK
RGB Variations
Color information
#521C26 (or 0x521C26) is known color: Bordeaux. HEX triplet: 52, 1C and 26. RGB value is (82,28,38). Sum of RGB (Red+Green+Blue) = 82+28+38=148 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.41% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 82 - color contains mainly: red. Hex color #521C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521C26 is #ADE3D9. Grayscale: #2D2D2D. Windows color (decimal): -11396058 or 2497618. OLE color: 2497618.
HSL color Cylindrical-coordinate representation of color #521C26: hue angle of 348.89º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #521C26 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 28 | 38 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.68 |
| HSL | 348.89º | 0.49% | 0.22% | - |
| HSV(B) | 348.89º | 0.66% | 0.32% | - |
| XYZ | 4.24 | 2.76 | 2.14 | - |
| YUV | 45.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 28 | 38 | 0 | 0.66 | 0.54 | 0.68 | 348.89 | 0.49 | 0.22 |
| Hex | 52 | 1C | 26 | 0 | 42 | 36 | 44 | 15D | 31 | 16 |
| Octal | 122 | 34 | 46 | 0 | 102 | 66 | 104 | 535 | 61 | 26 |
| Binary | 1010010 | 11100 | 100110 | 0 | 1000010 | 110110 | 1000100 | 101011101 | 110001 | 10110 |
Color Harmonies of #521C26
Complementary color
Monochromatic Colors of #521C26
Black with #521C26
Text Example
Text Example
White with #521C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521C26; }
p { color: rgb(82,28,38); }
H1.HeaderClassName
{
color: #521C26;
}
.AnyTagClassName
{
color: #521C26;
}
</style>
background-color css
<style>
a { background-color: #521C26; }
a { background-color: rgb(82,28,38); }
div.DivClassName
{
background-color: #521C26;
}
.BgClassName
{
background-color: #521C26;
}
</style>
border-color css
<style>
span { border-color: #521C26; }
span { border-color: rgb(82,28,38); }
td.TdClassName
{
border-color: #521C26;
}
.TagClassName
{
border-color: #521C26;
}
</style>