Shades of Burgundy #740122
Tints of Burgundy #740122
RGB
CMYK
RGB Variations
Color information
#740122 (or 0x740122) is known color: Burgundy. HEX triplet: 74, 01 and 22. RGB value is (116,1,34). Sum of RGB (Red+Green+Blue) = 116+1+34=151 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.82% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 116 - color contains mainly: red. Hex color #740122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740122 is #8BFEDD. Grayscale: #272727. Windows color (decimal): -9174750 or 2228596. OLE color: 2228596.
HSL color Cylindrical-coordinate representation of color #740122: hue angle of 342.78º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #740122 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 1 | 34 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.55 |
| HSL | 342.78º | 0.98% | 0.23% | - |
| HSV(B) | 342.78º | 0.99% | 0.45% | - |
| XYZ | 7.5 | 3.85 | 1.86 | - |
| YUV | 39.15 | 125.1 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 1 | 34 | 0 | 0.99 | 0.71 | 0.55 | 342.78 | 0.98 | 0.23 |
| Hex | 74 | 1 | 22 | 0 | 63 | 47 | 37 | 157 | 62 | 17 |
| Octal | 164 | 1 | 42 | 0 | 143 | 107 | 67 | 527 | 142 | 27 |
| Binary | 1110100 | 1 | 100010 | 0 | 1100011 | 1000111 | 110111 | 101010111 | 1100010 | 10111 |
Color Harmonies of #740122
Complementary color
Monochromatic Colors of #740122
Black with #740122
Text Example
Text Example
White with #740122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740122; }
p { color: rgb(116,1,34); }
H1.HeaderClassName
{
color: #740122;
}
.AnyTagClassName
{
color: #740122;
}
</style>
background-color css
<style>
a { background-color: #740122; }
a { background-color: rgb(116,1,34); }
div.DivClassName
{
background-color: #740122;
}
.BgClassName
{
background-color: #740122;
}
</style>
border-color css
<style>
span { border-color: #740122; }
span { border-color: rgb(116,1,34); }
td.TdClassName
{
border-color: #740122;
}
.TagClassName
{
border-color: #740122;
}
</style>