Shades of Bordeaux #530A1A
Tints of Bordeaux #530A1A
RGB
CMYK
RGB Variations
Color information
#530A1A (or 0x530A1A) is known color: Bordeaux. HEX triplet: 53, 0A and 1A. RGB value is (83,10,26). Sum of RGB (Red+Green+Blue) = 83+10+26=119 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.75% from 119); Green value is 10 (4.30% from 255 or 8.40% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 83 - color contains mainly: red. Hex color #530A1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530A1A is #ACF5E5. Grayscale: #212121. Windows color (decimal): -11335142 or 1706579. OLE color: 1706579.
HSL color Cylindrical-coordinate representation of color #530A1A: hue angle of 346.85º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #530A1A is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 10 | 26 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.67 |
| HSL | 346.85º | 0.78% | 0.18% | - |
| HSV(B) | 346.85º | 0.88% | 0.33% | - |
| XYZ | 3.86 | 2.13 | 1.18 | - |
| YUV | 33.65 | 123.68 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 10 | 26 | 0 | 0.88 | 0.69 | 0.67 | 346.85 | 0.78 | 0.18 |
| Hex | 53 | A | 1A | 0 | 58 | 45 | 43 | 15B | 4E | 12 |
| Octal | 123 | 12 | 32 | 0 | 130 | 105 | 103 | 533 | 116 | 22 |
| Binary | 1010011 | 1010 | 11010 | 0 | 1011000 | 1000101 | 1000011 | 101011011 | 1001110 | 10010 |
Color Harmonies of #530A1A
Complementary color
Monochromatic Colors of #530A1A
Black with #530A1A
Text Example
Text Example
White with #530A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530A1A; }
p { color: rgb(83,10,26); }
H1.HeaderClassName
{
color: #530A1A;
}
.AnyTagClassName
{
color: #530A1A;
}
</style>
background-color css
<style>
a { background-color: #530A1A; }
a { background-color: rgb(83,10,26); }
div.DivClassName
{
background-color: #530A1A;
}
.BgClassName
{
background-color: #530A1A;
}
</style>
border-color css
<style>
span { border-color: #530A1A; }
span { border-color: rgb(83,10,26); }
td.TdClassName
{
border-color: #530A1A;
}
.TagClassName
{
border-color: #530A1A;
}
</style>