Shades of Burgundy #930632
Tints of Burgundy #930632
RGB
CMYK
RGB Variations
Color information
#930632 (or 0x930632) is known color: Burgundy. HEX triplet: 93, 06 and 32. RGB value is (147,6,50). Sum of RGB (Red+Green+Blue) = 147+6+50=203 (26% of max value = 765). Red value is 147 (57.81% from 255 or 72.41% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 147 - color contains mainly: red. Hex color #930632 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930632 is #6CF9CD. Grayscale: #353535. Windows color (decimal): -7141838 or 3278483. OLE color: 3278483.
HSL color Cylindrical-coordinate representation of color #930632: hue angle of 341.28º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #930632 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 6 | 50 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.42 |
| HSL | 341.28º | 0.92% | 0.3% | - |
| HSV(B) | 341.28º | 0.96% | 0.58% | - |
| XYZ | 12.67 | 6.56 | 3.62 | - |
| YUV | 53.18 | 126.21 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 6 | 50 | 0 | 0.96 | 0.66 | 0.42 | 341.28 | 0.92 | 0.3 |
| Hex | 93 | 6 | 32 | 0 | 60 | 42 | 2A | 155 | 5C | 1E |
| Octal | 223 | 6 | 62 | 0 | 140 | 102 | 52 | 525 | 134 | 36 |
| Binary | 10010011 | 110 | 110010 | 0 | 1100000 | 1000010 | 101010 | 101010101 | 1011100 | 11110 |
Color Harmonies of #930632
Complementary color
Monochromatic Colors of #930632
Black with #930632
Text Example
Text Example
White with #930632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930632; }
p { color: rgb(147,6,50); }
H1.HeaderClassName
{
color: #930632;
}
.AnyTagClassName
{
color: #930632;
}
</style>
background-color css
<style>
a { background-color: #930632; }
a { background-color: rgb(147,6,50); }
div.DivClassName
{
background-color: #930632;
}
.BgClassName
{
background-color: #930632;
}
</style>
border-color css
<style>
span { border-color: #930632; }
span { border-color: rgb(147,6,50); }
td.TdClassName
{
border-color: #930632;
}
.TagClassName
{
border-color: #930632;
}
</style>