Shades of Burgundy #760C30
Tints of Burgundy #760C30
RGB
CMYK
RGB Variations
Color information
#760C30 (or 0x760C30) is known color: Burgundy. HEX triplet: 76, 0C and 30. RGB value is (118,12,48). Sum of RGB (Red+Green+Blue) = 118+12+48=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 12 (5.08% from 255 or 6.74% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #760C30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760C30 is #89F3CF. Grayscale: #2F2F2F. Windows color (decimal): -9040848 or 3148918. OLE color: 3148918.
HSL color Cylindrical-coordinate representation of color #760C30: hue angle of 339.62º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760C30 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 12 | 48 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.54 |
| HSL | 339.62º | 0.82% | 0.25% | - |
| HSV(B) | 339.62º | 0.9% | 0.46% | - |
| XYZ | 8.14 | 4.33 | 3.2 | - |
| YUV | 47.8 | 128.12 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 12 | 48 | 0 | 0.90 | 0.59 | 0.54 | 339.62 | 0.82 | 0.25 |
| Hex | 76 | C | 30 | 0 | 5A | 3B | 36 | 154 | 52 | 19 |
| Octal | 166 | 14 | 60 | 0 | 132 | 73 | 66 | 524 | 122 | 31 |
| Binary | 1110110 | 1100 | 110000 | 0 | 1011010 | 111011 | 110110 | 101010100 | 1010010 | 11001 |
Color Harmonies of #760C30
Complementary color
Monochromatic Colors of #760C30
Black with #760C30
Text Example
Text Example
White with #760C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760C30; }
p { color: rgb(118,12,48); }
H1.HeaderClassName
{
color: #760C30;
}
.AnyTagClassName
{
color: #760C30;
}
</style>
background-color css
<style>
a { background-color: #760C30; }
a { background-color: rgb(118,12,48); }
div.DivClassName
{
background-color: #760C30;
}
.BgClassName
{
background-color: #760C30;
}
</style>
border-color css
<style>
span { border-color: #760C30; }
span { border-color: rgb(118,12,48); }
td.TdClassName
{
border-color: #760C30;
}
.TagClassName
{
border-color: #760C30;
}
</style>