Shades of Bordeaux #530C1B
Tints of Bordeaux #530C1B
RGB
CMYK
RGB Variations
Color information
#530C1B (or 0x530C1B) is known color: Bordeaux. HEX triplet: 53, 0C and 1B. RGB value is (83,12,27). Sum of RGB (Red+Green+Blue) = 83+12+27=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 12 (5.08% from 255 or 9.84% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #530C1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C1B is #ACF3E4. Grayscale: #222222. Windows color (decimal): -11334629 or 1772627. OLE color: 1772627.
HSL color Cylindrical-coordinate representation of color #530C1B: hue angle of 347.32º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #530C1B is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 12 | 27 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.67 |
| HSL | 347.32º | 0.75% | 0.19% | - |
| HSV(B) | 347.32º | 0.86% | 0.33% | - |
| XYZ | 3.9 | 2.18 | 1.25 | - |
| YUV | 34.94 | 123.52 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 12 | 27 | 0 | 0.86 | 0.67 | 0.67 | 347.32 | 0.75 | 0.19 |
| Hex | 53 | C | 1B | 0 | 56 | 43 | 43 | 15B | 4B | 13 |
| Octal | 123 | 14 | 33 | 0 | 126 | 103 | 103 | 533 | 113 | 23 |
| Binary | 1010011 | 1100 | 11011 | 0 | 1010110 | 1000011 | 1000011 | 101011011 | 1001011 | 10011 |
Color Harmonies of #530C1B
Complementary color
Monochromatic Colors of #530C1B
Black with #530C1B
Text Example
Text Example
White with #530C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530C1B; }
p { color: rgb(83,12,27); }
H1.HeaderClassName
{
color: #530C1B;
}
.AnyTagClassName
{
color: #530C1B;
}
</style>
background-color css
<style>
a { background-color: #530C1B; }
a { background-color: rgb(83,12,27); }
div.DivClassName
{
background-color: #530C1B;
}
.BgClassName
{
background-color: #530C1B;
}
</style>
border-color css
<style>
span { border-color: #530C1B; }
span { border-color: rgb(83,12,27); }
td.TdClassName
{
border-color: #530C1B;
}
.TagClassName
{
border-color: #530C1B;
}
</style>