Shades of Bordeaux #530B18
Tints of Bordeaux #530B18
RGB
CMYK
RGB Variations
Color information
#530B18 (or 0x530B18) is known color: Bordeaux. HEX triplet: 53, 0B and 18. RGB value is (83,11,24). Sum of RGB (Red+Green+Blue) = 83+11+24=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 11 (4.69% from 255 or 9.32% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #530B18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530B18 is #ACF4E7. Grayscale: #222222. Windows color (decimal): -11334888 or 1575763. OLE color: 1575763.
HSL color Cylindrical-coordinate representation of color #530B18: hue angle of 349.17º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #530B18 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 11 | 24 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.67 |
| HSL | 349.17º | 0.77% | 0.18% | - |
| HSV(B) | 349.17º | 0.87% | 0.33% | - |
| XYZ | 3.85 | 2.14 | 1.08 | - |
| YUV | 34.01 | 122.35 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 24 | 0 | 0.87 | 0.71 | 0.67 | 349.17 | 0.77 | 0.18 |
| Hex | 53 | B | 18 | 0 | 57 | 47 | 43 | 15D | 4D | 12 |
| Octal | 123 | 13 | 30 | 0 | 127 | 107 | 103 | 535 | 115 | 22 |
| Binary | 1010011 | 1011 | 11000 | 0 | 1010111 | 1000111 | 1000011 | 101011101 | 1001101 | 10010 |
Color Harmonies of #530B18
Complementary color
Monochromatic Colors of #530B18
Black with #530B18
Text Example
Text Example
White with #530B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530B18; }
p { color: rgb(83,11,24); }
H1.HeaderClassName
{
color: #530B18;
}
.AnyTagClassName
{
color: #530B18;
}
</style>
background-color css
<style>
a { background-color: #530B18; }
a { background-color: rgb(83,11,24); }
div.DivClassName
{
background-color: #530B18;
}
.BgClassName
{
background-color: #530B18;
}
</style>
border-color css
<style>
span { border-color: #530B18; }
span { border-color: rgb(83,11,24); }
td.TdClassName
{
border-color: #530B18;
}
.TagClassName
{
border-color: #530B18;
}
</style>