Shades of Bordeaux #530312
Tints of Bordeaux #530312
RGB
CMYK
RGB Variations
Color information
#530312 (or 0x530312) is known color: Bordeaux. HEX triplet: 53, 03 and 12. RGB value is (83,3,18). Sum of RGB (Red+Green+Blue) = 83+3+18=104 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.81% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 83 - color contains mainly: red. Hex color #530312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530312 is #ACFCED. Grayscale: #1C1C1C. Windows color (decimal): -11336942 or 1180499. OLE color: 1180499.
HSL color Cylindrical-coordinate representation of color #530312: hue angle of 348.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #530312 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 3 | 18 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.67 |
| HSL | 348.75º | 0.93% | 0.17% | - |
| HSV(B) | 348.75º | 0.96% | 0.33% | - |
| XYZ | 3.71 | 1.95 | 0.75 | - |
| YUV | 28.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 18 | 0 | 0.96 | 0.78 | 0.67 | 348.75 | 0.93 | 0.17 |
| Hex | 53 | 3 | 12 | 0 | 60 | 4E | 43 | 15D | 5D | 11 |
| Octal | 123 | 3 | 22 | 0 | 140 | 116 | 103 | 535 | 135 | 21 |
| Binary | 1010011 | 11 | 10010 | 0 | 1100000 | 1001110 | 1000011 | 101011101 | 1011101 | 10001 |
Color Harmonies of #530312
Complementary color
Monochromatic Colors of #530312
Black with #530312
Text Example
Text Example
White with #530312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530312; }
p { color: rgb(83,3,18); }
H1.HeaderClassName
{
color: #530312;
}
.AnyTagClassName
{
color: #530312;
}
</style>
background-color css
<style>
a { background-color: #530312; }
a { background-color: rgb(83,3,18); }
div.DivClassName
{
background-color: #530312;
}
.BgClassName
{
background-color: #530312;
}
</style>
border-color css
<style>
span { border-color: #530312; }
span { border-color: rgb(83,3,18); }
td.TdClassName
{
border-color: #530312;
}
.TagClassName
{
border-color: #530312;
}
</style>