Shades of Bordeaux #530A23
Tints of Bordeaux #530A23
RGB
CMYK
RGB Variations
Color information
#530A23 (or 0x530A23) is known color: Bordeaux. HEX triplet: 53, 0A and 23. RGB value is (83,10,35). Sum of RGB (Red+Green+Blue) = 83+10+35=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 10 (4.30% from 255 or 7.81% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #530A23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530A23 is #ACF5DC. Grayscale: #222222. Windows color (decimal): -11335133 or 2296403. OLE color: 2296403.
HSL color Cylindrical-coordinate representation of color #530A23: hue angle of 339.45º 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 #530A23 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 10 | 35 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.67 |
| HSL | 339.45º | 0.78% | 0.18% | - |
| HSV(B) | 339.45º | 0.88% | 0.33% | - |
| XYZ | 3.98 | 2.18 | 1.8 | - |
| YUV | 34.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 10 | 35 | 0 | 0.88 | 0.58 | 0.67 | 339.45 | 0.78 | 0.18 |
| Hex | 53 | A | 23 | 0 | 58 | 3A | 43 | 153 | 4E | 12 |
| Octal | 123 | 12 | 43 | 0 | 130 | 72 | 103 | 523 | 116 | 22 |
| Binary | 1010011 | 1010 | 100011 | 0 | 1011000 | 111010 | 1000011 | 101010011 | 1001110 | 10010 |
Color Harmonies of #530A23
Complementary color
Monochromatic Colors of #530A23
Black with #530A23
Text Example
Text Example
White with #530A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530A23; }
p { color: rgb(83,10,35); }
H1.HeaderClassName
{
color: #530A23;
}
.AnyTagClassName
{
color: #530A23;
}
</style>
background-color css
<style>
a { background-color: #530A23; }
a { background-color: rgb(83,10,35); }
div.DivClassName
{
background-color: #530A23;
}
.BgClassName
{
background-color: #530A23;
}
</style>
border-color css
<style>
span { border-color: #530A23; }
span { border-color: rgb(83,10,35); }
td.TdClassName
{
border-color: #530A23;
}
.TagClassName
{
border-color: #530A23;
}
</style>