Shades of Bordeaux #530C1D
Tints of Bordeaux #530C1D
RGB
CMYK
RGB Variations
Color information
#530C1D (or 0x530C1D) is known color: Bordeaux. HEX triplet: 53, 0C and 1D. RGB value is (83,12,29). Sum of RGB (Red+Green+Blue) = 83+12+29=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #530C1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C1D is #ACF3E2. Grayscale: #232323. Windows color (decimal): -11334627 or 1903699. OLE color: 1903699.
HSL color Cylindrical-coordinate representation of color #530C1D: hue angle of 345.63º 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 #530C1D is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 12 | 29 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.67 |
| HSL | 345.63º | 0.75% | 0.19% | - |
| HSV(B) | 345.63º | 0.86% | 0.33% | - |
| XYZ | 3.92 | 2.19 | 1.38 | - |
| YUV | 35.17 | 124.52 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 12 | 29 | 0 | 0.86 | 0.65 | 0.67 | 345.63 | 0.75 | 0.19 |
| Hex | 53 | C | 1D | 0 | 56 | 41 | 43 | 15A | 4B | 13 |
| Octal | 123 | 14 | 35 | 0 | 126 | 101 | 103 | 532 | 113 | 23 |
| Binary | 1010011 | 1100 | 11101 | 0 | 1010110 | 1000001 | 1000011 | 101011010 | 1001011 | 10011 |
Color Harmonies of #530C1D
Complementary color
Monochromatic Colors of #530C1D
Black with #530C1D
Text Example
Text Example
White with #530C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530C1D; }
p { color: rgb(83,12,29); }
H1.HeaderClassName
{
color: #530C1D;
}
.AnyTagClassName
{
color: #530C1D;
}
</style>
background-color css
<style>
a { background-color: #530C1D; }
a { background-color: rgb(83,12,29); }
div.DivClassName
{
background-color: #530C1D;
}
.BgClassName
{
background-color: #530C1D;
}
</style>
border-color css
<style>
span { border-color: #530C1D; }
span { border-color: rgb(83,12,29); }
td.TdClassName
{
border-color: #530C1D;
}
.TagClassName
{
border-color: #530C1D;
}
</style>