Shades of Bordeaux #530C25
Tints of Bordeaux #530C25
RGB
CMYK
RGB Variations
Color information
#530C25 (or 0x530C25) is known color: Bordeaux. HEX triplet: 53, 0C and 25. RGB value is (83,12,37). Sum of RGB (Red+Green+Blue) = 83+12+37=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #530C25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C25 is #ACF3DA. Grayscale: #242424. Windows color (decimal): -11334619 or 2427987. OLE color: 2427987.
HSL color Cylindrical-coordinate representation of color #530C25: hue angle of 338.87º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #530C25 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 12 | 37 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.67 |
| HSL | 338.87º | 0.75% | 0.19% | - |
| HSV(B) | 338.87º | 0.86% | 0.33% | - |
| XYZ | 4.03 | 2.24 | 1.97 | - |
| YUV | 36.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 12 | 37 | 0 | 0.86 | 0.55 | 0.67 | 338.87 | 0.75 | 0.19 |
| Hex | 53 | C | 25 | 0 | 56 | 37 | 43 | 153 | 4B | 13 |
| Octal | 123 | 14 | 45 | 0 | 126 | 67 | 103 | 523 | 113 | 23 |
| Binary | 1010011 | 1100 | 100101 | 0 | 1010110 | 110111 | 1000011 | 101010011 | 1001011 | 10011 |
Color Harmonies of #530C25
Complementary color
Monochromatic Colors of #530C25
Black with #530C25
Text Example
Text Example
White with #530C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530C25; }
p { color: rgb(83,12,37); }
H1.HeaderClassName
{
color: #530C25;
}
.AnyTagClassName
{
color: #530C25;
}
</style>
background-color css
<style>
a { background-color: #530C25; }
a { background-color: rgb(83,12,37); }
div.DivClassName
{
background-color: #530C25;
}
.BgClassName
{
background-color: #530C25;
}
</style>
border-color css
<style>
span { border-color: #530C25; }
span { border-color: rgb(83,12,37); }
td.TdClassName
{
border-color: #530C25;
}
.TagClassName
{
border-color: #530C25;
}
</style>