Shades of Burgundy #740321
Tints of Burgundy #740321
RGB
CMYK
RGB Variations
Color information
#740321 (or 0x740321) is known color: Burgundy. HEX triplet: 74, 03 and 21. RGB value is (116,3,33). Sum of RGB (Red+Green+Blue) = 116+3+33=152 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.32% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 116 - color contains mainly: red. Hex color #740321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740321 is #8BFCDE. Grayscale: #282828. Windows color (decimal): -9174239 or 2163572. OLE color: 2163572.
HSL color Cylindrical-coordinate representation of color #740321: hue angle of 344.07º 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 #740321 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 3 | 33 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.55 |
| HSL | 344.07º | 0.95% | 0.23% | - |
| HSV(B) | 344.07º | 0.97% | 0.45% | - |
| XYZ | 7.51 | 3.89 | 1.79 | - |
| YUV | 40.21 | 123.94 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 3 | 33 | 0 | 0.97 | 0.72 | 0.55 | 344.07 | 0.95 | 0.23 |
| Hex | 74 | 3 | 21 | 0 | 61 | 48 | 37 | 158 | 5F | 17 |
| Octal | 164 | 3 | 41 | 0 | 141 | 110 | 67 | 530 | 137 | 27 |
| Binary | 1110100 | 11 | 100001 | 0 | 1100001 | 1001000 | 110111 | 101011000 | 1011111 | 10111 |
Color Harmonies of #740321
Complementary color
Monochromatic Colors of #740321
Black with #740321
Text Example
Text Example
White with #740321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740321; }
p { color: rgb(116,3,33); }
H1.HeaderClassName
{
color: #740321;
}
.AnyTagClassName
{
color: #740321;
}
</style>
background-color css
<style>
a { background-color: #740321; }
a { background-color: rgb(116,3,33); }
div.DivClassName
{
background-color: #740321;
}
.BgClassName
{
background-color: #740321;
}
</style>
border-color css
<style>
span { border-color: #740321; }
span { border-color: rgb(116,3,33); }
td.TdClassName
{
border-color: #740321;
}
.TagClassName
{
border-color: #740321;
}
</style>