Shades of Bordeaux #530B1C
Tints of Bordeaux #530B1C
RGB
CMYK
RGB Variations
Color information
#530B1C (or 0x530B1C) is known color: Bordeaux. HEX triplet: 53, 0B and 1C. RGB value is (83,11,28). Sum of RGB (Red+Green+Blue) = 83+11+28=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #530B1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530B1C is #ACF4E3. Grayscale: #222222. Windows color (decimal): -11334884 or 1837907. OLE color: 1837907.
HSL color Cylindrical-coordinate representation of color #530B1C: hue angle of 345.83º 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 #530B1C is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 11 | 28 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.67 |
| HSL | 345.83º | 0.77% | 0.18% | - |
| HSV(B) | 345.83º | 0.87% | 0.33% | - |
| XYZ | 3.9 | 2.16 | 1.31 | - |
| YUV | 34.47 | 124.35 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 28 | 0 | 0.87 | 0.66 | 0.67 | 345.83 | 0.77 | 0.18 |
| Hex | 53 | B | 1C | 0 | 57 | 42 | 43 | 15A | 4D | 12 |
| Octal | 123 | 13 | 34 | 0 | 127 | 102 | 103 | 532 | 115 | 22 |
| Binary | 1010011 | 1011 | 11100 | 0 | 1010111 | 1000010 | 1000011 | 101011010 | 1001101 | 10010 |
Color Harmonies of #530B1C
Complementary color
Monochromatic Colors of #530B1C
Black with #530B1C
Text Example
Text Example
White with #530B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530B1C; }
p { color: rgb(83,11,28); }
H1.HeaderClassName
{
color: #530B1C;
}
.AnyTagClassName
{
color: #530B1C;
}
</style>
background-color css
<style>
a { background-color: #530B1C; }
a { background-color: rgb(83,11,28); }
div.DivClassName
{
background-color: #530B1C;
}
.BgClassName
{
background-color: #530B1C;
}
</style>
border-color css
<style>
span { border-color: #530B1C; }
span { border-color: rgb(83,11,28); }
td.TdClassName
{
border-color: #530B1C;
}
.TagClassName
{
border-color: #530B1C;
}
</style>