Shades of Bordeaux #530B25
Tints of Bordeaux #530B25
RGB
CMYK
RGB Variations
Color information
#530B25 (or 0x530B25) is known color: Bordeaux. HEX triplet: 53, 0B and 25. RGB value is (83,11,37). Sum of RGB (Red+Green+Blue) = 83+11+37=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 11 (4.69% from 255 or 8.40% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #530B25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530B25 is #ACF4DA. Grayscale: #232323. Windows color (decimal): -11334875 or 2427731. OLE color: 2427731.
HSL color Cylindrical-coordinate representation of color #530B25: hue angle of 338.33º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #530B25 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 11 | 37 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.67 |
| HSL | 338.33º | 0.77% | 0.18% | - |
| HSV(B) | 338.33º | 0.87% | 0.33% | - |
| XYZ | 4.02 | 2.21 | 1.97 | - |
| YUV | 35.49 | 128.85 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 37 | 0 | 0.87 | 0.55 | 0.67 | 338.33 | 0.77 | 0.18 |
| Hex | 53 | B | 25 | 0 | 57 | 37 | 43 | 152 | 4D | 12 |
| Octal | 123 | 13 | 45 | 0 | 127 | 67 | 103 | 522 | 115 | 22 |
| Binary | 1010011 | 1011 | 100101 | 0 | 1010111 | 110111 | 1000011 | 101010010 | 1001101 | 10010 |
Color Harmonies of #530B25
Complementary color
Monochromatic Colors of #530B25
Black with #530B25
Text Example
Text Example
White with #530B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530B25; }
p { color: rgb(83,11,37); }
H1.HeaderClassName
{
color: #530B25;
}
.AnyTagClassName
{
color: #530B25;
}
</style>
background-color css
<style>
a { background-color: #530B25; }
a { background-color: rgb(83,11,37); }
div.DivClassName
{
background-color: #530B25;
}
.BgClassName
{
background-color: #530B25;
}
</style>
border-color css
<style>
span { border-color: #530B25; }
span { border-color: rgb(83,11,37); }
td.TdClassName
{
border-color: #530B25;
}
.TagClassName
{
border-color: #530B25;
}
</style>