Shades of Bordeaux #530F19
Tints of Bordeaux #530F19
RGB
CMYK
RGB Variations
Color information
#530F19 (or 0x530F19) is known color: Bordeaux. HEX triplet: 53, 0F and 19. RGB value is (83,15,25). Sum of RGB (Red+Green+Blue) = 83+15+25=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 15 (6.25% from 255 or 12.20% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #530F19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530F19 is #ACF0E6. Grayscale: #242424. Windows color (decimal): -11333863 or 1642323. OLE color: 1642323.
HSL color Cylindrical-coordinate representation of color #530F19: hue angle of 351.18º 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 #530F19 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 15 | 25 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.67 |
| HSL | 351.18º | 0.69% | 0.19% | - |
| HSV(B) | 351.18º | 0.82% | 0.33% | - |
| XYZ | 3.91 | 2.25 | 1.15 | - |
| YUV | 36.47 | 121.53 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 15 | 25 | 0 | 0.82 | 0.70 | 0.67 | 351.18 | 0.69 | 0.19 |
| Hex | 53 | F | 19 | 0 | 52 | 46 | 43 | 15F | 45 | 13 |
| Octal | 123 | 17 | 31 | 0 | 122 | 106 | 103 | 537 | 105 | 23 |
| Binary | 1010011 | 1111 | 11001 | 0 | 1010010 | 1000110 | 1000011 | 101011111 | 1000101 | 10011 |
Color Harmonies of #530F19
Complementary color
Monochromatic Colors of #530F19
Black with #530F19
Text Example
Text Example
White with #530F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530F19; }
p { color: rgb(83,15,25); }
H1.HeaderClassName
{
color: #530F19;
}
.AnyTagClassName
{
color: #530F19;
}
</style>
background-color css
<style>
a { background-color: #530F19; }
a { background-color: rgb(83,15,25); }
div.DivClassName
{
background-color: #530F19;
}
.BgClassName
{
background-color: #530F19;
}
</style>
border-color css
<style>
span { border-color: #530F19; }
span { border-color: rgb(83,15,25); }
td.TdClassName
{
border-color: #530F19;
}
.TagClassName
{
border-color: #530F19;
}
</style>