Shades of Burgundy #740330
Tints of Burgundy #740330
RGB
CMYK
RGB Variations
Color information
#740330 (or 0x740330) is known color: Burgundy. HEX triplet: 74, 03 and 30. RGB value is (116,3,48). Sum of RGB (Red+Green+Blue) = 116+3+48=167 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.46% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 116 - color contains mainly: red. Hex color #740330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740330 is #8BFCCF. Grayscale: #292929. Windows color (decimal): -9174224 or 3146612. OLE color: 3146612.
HSL color Cylindrical-coordinate representation of color #740330: hue angle of 336.11º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #740330 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 3 | 48 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.55 |
| HSL | 336.11º | 0.95% | 0.23% | - |
| HSV(B) | 336.11º | 0.97% | 0.45% | - |
| XYZ | 7.77 | 3.99 | 3.16 | - |
| YUV | 41.92 | 131.44 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 3 | 48 | 0 | 0.97 | 0.59 | 0.55 | 336.11 | 0.95 | 0.23 |
| Hex | 74 | 3 | 30 | 0 | 61 | 3B | 37 | 150 | 5F | 17 |
| Octal | 164 | 3 | 60 | 0 | 141 | 73 | 67 | 520 | 137 | 27 |
| Binary | 1110100 | 11 | 110000 | 0 | 1100001 | 111011 | 110111 | 101010000 | 1011111 | 10111 |
Color Harmonies of #740330
Complementary color
Monochromatic Colors of #740330
Black with #740330
Text Example
Text Example
White with #740330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740330; }
p { color: rgb(116,3,48); }
H1.HeaderClassName
{
color: #740330;
}
.AnyTagClassName
{
color: #740330;
}
</style>
background-color css
<style>
a { background-color: #740330; }
a { background-color: rgb(116,3,48); }
div.DivClassName
{
background-color: #740330;
}
.BgClassName
{
background-color: #740330;
}
</style>
border-color css
<style>
span { border-color: #740330; }
span { border-color: rgb(116,3,48); }
td.TdClassName
{
border-color: #740330;
}
.TagClassName
{
border-color: #740330;
}
</style>