Shades of Bordeaux #530B19
Tints of Bordeaux #530B19
RGB
CMYK
RGB Variations
Color information
#530B19 (or 0x530B19) is known color: Bordeaux. HEX triplet: 53, 0B and 19. RGB value is (83,11,25). Sum of RGB (Red+Green+Blue) = 83+11+25=119 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.75% from 119); Green value is 11 (4.69% from 255 or 9.24% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 83 - color contains mainly: red. Hex color #530B19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530B19 is #ACF4E6. Grayscale: #222222. Windows color (decimal): -11334887 or 1641299. OLE color: 1641299.
HSL color Cylindrical-coordinate representation of color #530B19: hue angle of 348.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 #530B19 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 11 | 25 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.67 |
| HSL | 348.33º | 0.77% | 0.18% | - |
| HSV(B) | 348.33º | 0.87% | 0.33% | - |
| XYZ | 3.86 | 2.15 | 1.13 | - |
| YUV | 34.12 | 122.85 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 25 | 0 | 0.87 | 0.70 | 0.67 | 348.33 | 0.77 | 0.18 |
| Hex | 53 | B | 19 | 0 | 57 | 46 | 43 | 15C | 4D | 12 |
| Octal | 123 | 13 | 31 | 0 | 127 | 106 | 103 | 534 | 115 | 22 |
| Binary | 1010011 | 1011 | 11001 | 0 | 1010111 | 1000110 | 1000011 | 101011100 | 1001101 | 10010 |
Color Harmonies of #530B19
Complementary color
Monochromatic Colors of #530B19
Black with #530B19
Text Example
Text Example
White with #530B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530B19; }
p { color: rgb(83,11,25); }
H1.HeaderClassName
{
color: #530B19;
}
.AnyTagClassName
{
color: #530B19;
}
</style>
background-color css
<style>
a { background-color: #530B19; }
a { background-color: rgb(83,11,25); }
div.DivClassName
{
background-color: #530B19;
}
.BgClassName
{
background-color: #530B19;
}
</style>
border-color css
<style>
span { border-color: #530B19; }
span { border-color: rgb(83,11,25); }
td.TdClassName
{
border-color: #530B19;
}
.TagClassName
{
border-color: #530B19;
}
</style>