Shades of Burgundy #930735
Tints of Burgundy #930735
RGB
CMYK
RGB Variations
Color information
#930735 (or 0x930735) is known color: Burgundy. HEX triplet: 93, 07 and 35. RGB value is (147,7,53). Sum of RGB (Red+Green+Blue) = 147+7+53=207 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.01% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 147 - color contains mainly: red. Hex color #930735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930735 is #6CF8CA. Grayscale: #363636. Windows color (decimal): -7141579 or 3475347. OLE color: 3475347.
HSL color Cylindrical-coordinate representation of color #930735: hue angle of 340.29º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #930735 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 7 | 53 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.42 |
| HSL | 340.29º | 0.91% | 0.3% | - |
| HSV(B) | 340.29º | 0.95% | 0.58% | - |
| XYZ | 12.75 | 6.61 | 3.97 | - |
| YUV | 54.1 | 127.38 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 7 | 53 | 0 | 0.95 | 0.64 | 0.42 | 340.29 | 0.91 | 0.3 |
| Hex | 93 | 7 | 35 | 0 | 5F | 40 | 2A | 154 | 5B | 1E |
| Octal | 223 | 7 | 65 | 0 | 137 | 100 | 52 | 524 | 133 | 36 |
| Binary | 10010011 | 111 | 110101 | 0 | 1011111 | 1000000 | 101010 | 101010100 | 1011011 | 11110 |
Color Harmonies of #930735
Complementary color
Monochromatic Colors of #930735
Black with #930735
Text Example
Text Example
White with #930735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930735; }
p { color: rgb(147,7,53); }
H1.HeaderClassName
{
color: #930735;
}
.AnyTagClassName
{
color: #930735;
}
</style>
background-color css
<style>
a { background-color: #930735; }
a { background-color: rgb(147,7,53); }
div.DivClassName
{
background-color: #930735;
}
.BgClassName
{
background-color: #930735;
}
</style>
border-color css
<style>
span { border-color: #930735; }
span { border-color: rgb(147,7,53); }
td.TdClassName
{
border-color: #930735;
}
.TagClassName
{
border-color: #930735;
}
</style>