Shades of Bordeaux #530319
Tints of Bordeaux #530319
RGB
CMYK
RGB Variations
Color information
#530319 (or 0x530319) is known color: Bordeaux. HEX triplet: 53, 03 and 19. RGB value is (83,3,25). Sum of RGB (Red+Green+Blue) = 83+3+25=111 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.77% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 83 - color contains mainly: red. Hex color #530319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530319 is #ACFCE6. Grayscale: #1D1D1D. Windows color (decimal): -11336935 or 1639251. OLE color: 1639251.
HSL color Cylindrical-coordinate representation of color #530319: hue angle of 343.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #530319 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 3 | 25 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.67 |
| HSL | 343.5º | 0.93% | 0.17% | - |
| HSV(B) | 343.5º | 0.96% | 0.33% | - |
| XYZ | 3.78 | 1.97 | 1.1 | - |
| YUV | 29.43 | 125.5 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 25 | 0 | 0.96 | 0.70 | 0.67 | 343.5 | 0.93 | 0.17 |
| Hex | 53 | 3 | 19 | 0 | 60 | 46 | 43 | 158 | 5D | 11 |
| Octal | 123 | 3 | 31 | 0 | 140 | 106 | 103 | 530 | 135 | 21 |
| Binary | 1010011 | 11 | 11001 | 0 | 1100000 | 1000110 | 1000011 | 101011000 | 1011101 | 10001 |
Color Harmonies of #530319
Complementary color
Monochromatic Colors of #530319
Black with #530319
Text Example
Text Example
White with #530319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530319; }
p { color: rgb(83,3,25); }
H1.HeaderClassName
{
color: #530319;
}
.AnyTagClassName
{
color: #530319;
}
</style>
background-color css
<style>
a { background-color: #530319; }
a { background-color: rgb(83,3,25); }
div.DivClassName
{
background-color: #530319;
}
.BgClassName
{
background-color: #530319;
}
</style>
border-color css
<style>
span { border-color: #530319; }
span { border-color: rgb(83,3,25); }
td.TdClassName
{
border-color: #530319;
}
.TagClassName
{
border-color: #530319;
}
</style>