Shades of Bordeaux #530C1E
Tints of Bordeaux #530C1E
RGB
CMYK
RGB Variations
Color information
#530C1E (or 0x530C1E) is known color: Bordeaux. HEX triplet: 53, 0C and 1E. RGB value is (83,12,30). Sum of RGB (Red+Green+Blue) = 83+12+30=125 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.4% from 125); Green value is 12 (5.08% from 255 or 9.6% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 83 - color contains mainly: red. Hex color #530C1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C1E is #ACF3E1. Grayscale: #232323. Windows color (decimal): -11334626 or 1969235. OLE color: 1969235.
HSL color Cylindrical-coordinate representation of color #530C1E: hue angle of 344.79º 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 #530C1E is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 12 | 30 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.67 |
| HSL | 344.79º | 0.75% | 0.19% | - |
| HSV(B) | 344.79º | 0.86% | 0.33% | - |
| XYZ | 3.93 | 2.2 | 1.44 | - |
| YUV | 35.28 | 125.02 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 12 | 30 | 0 | 0.86 | 0.64 | 0.67 | 344.79 | 0.75 | 0.19 |
| Hex | 53 | C | 1E | 0 | 56 | 40 | 43 | 159 | 4B | 13 |
| Octal | 123 | 14 | 36 | 0 | 126 | 100 | 103 | 531 | 113 | 23 |
| Binary | 1010011 | 1100 | 11110 | 0 | 1010110 | 1000000 | 1000011 | 101011001 | 1001011 | 10011 |
Color Harmonies of #530C1E
Complementary color
Monochromatic Colors of #530C1E
Black with #530C1E
Text Example
Text Example
White with #530C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530C1E; }
p { color: rgb(83,12,30); }
H1.HeaderClassName
{
color: #530C1E;
}
.AnyTagClassName
{
color: #530C1E;
}
</style>
background-color css
<style>
a { background-color: #530C1E; }
a { background-color: rgb(83,12,30); }
div.DivClassName
{
background-color: #530C1E;
}
.BgClassName
{
background-color: #530C1E;
}
</style>
border-color css
<style>
span { border-color: #530C1E; }
span { border-color: rgb(83,12,30); }
td.TdClassName
{
border-color: #530C1E;
}
.TagClassName
{
border-color: #530C1E;
}
</style>