Shades of Bordeaux #530F25
Tints of Bordeaux #530F25
RGB
CMYK
RGB Variations
Color information
#530F25 (or 0x530F25) is known color: Bordeaux. HEX triplet: 53, 0F and 25. RGB value is (83,15,37). Sum of RGB (Red+Green+Blue) = 83+15+37=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #530F25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F25 is #ACF0DA. Grayscale: #252525. Windows color (decimal): -11333851 or 2428755. OLE color: 2428755.
HSL color Cylindrical-coordinate representation of color #530F25: hue angle of 340.59º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #530F25 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 15 | 37 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.67 |
| HSL | 340.59º | 0.69% | 0.19% | - |
| HSV(B) | 340.59º | 0.82% | 0.33% | - |
| XYZ | 4.07 | 2.31 | 1.98 | - |
| YUV | 37.84 | 127.53 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 15 | 37 | 0 | 0.82 | 0.55 | 0.67 | 340.59 | 0.69 | 0.19 |
| Hex | 53 | F | 25 | 0 | 52 | 37 | 43 | 155 | 45 | 13 |
| Octal | 123 | 17 | 45 | 0 | 122 | 67 | 103 | 525 | 105 | 23 |
| Binary | 1010011 | 1111 | 100101 | 0 | 1010010 | 110111 | 1000011 | 101010101 | 1000101 | 10011 |
Color Harmonies of #530F25
Complementary color
Monochromatic Colors of #530F25
Black with #530F25
Text Example
Text Example
White with #530F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530F25; }
p { color: rgb(83,15,37); }
H1.HeaderClassName
{
color: #530F25;
}
.AnyTagClassName
{
color: #530F25;
}
</style>
background-color css
<style>
a { background-color: #530F25; }
a { background-color: rgb(83,15,37); }
div.DivClassName
{
background-color: #530F25;
}
.BgClassName
{
background-color: #530F25;
}
</style>
border-color css
<style>
span { border-color: #530F25; }
span { border-color: rgb(83,15,37); }
td.TdClassName
{
border-color: #530F25;
}
.TagClassName
{
border-color: #530F25;
}
</style>