Shades of Burgundy #74022D
Tints of Burgundy #74022D
RGB
CMYK
RGB Variations
Color information
#74022D (or 0x74022D) is known color: Burgundy. HEX triplet: 74, 02 and 2D. RGB value is (116,2,45). Sum of RGB (Red+Green+Blue) = 116+2+45=163 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.17% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 116 - color contains mainly: red. Hex color #74022D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74022D is #8BFDD2. Grayscale: #282828. Windows color (decimal): -9174483 or 2949748. OLE color: 2949748.
HSL color Cylindrical-coordinate representation of color #74022D: hue angle of 337.37º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74022D is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 2 | 45 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.55 |
| HSL | 337.37º | 0.97% | 0.23% | - |
| HSV(B) | 337.37º | 0.98% | 0.45% | - |
| XYZ | 7.7 | 3.95 | 2.84 | - |
| YUV | 40.99 | 130.27 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 2 | 45 | 0 | 0.98 | 0.61 | 0.55 | 337.37 | 0.97 | 0.23 |
| Hex | 74 | 2 | 2D | 0 | 62 | 3D | 37 | 151 | 61 | 17 |
| Octal | 164 | 2 | 55 | 0 | 142 | 75 | 67 | 521 | 141 | 27 |
| Binary | 1110100 | 10 | 101101 | 0 | 1100010 | 111101 | 110111 | 101010001 | 1100001 | 10111 |
Color Harmonies of #74022D
Complementary color
Monochromatic Colors of #74022D
Black with #74022D
Text Example
Text Example
White with #74022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74022D; }
p { color: rgb(116,2,45); }
H1.HeaderClassName
{
color: #74022D;
}
.AnyTagClassName
{
color: #74022D;
}
</style>
background-color css
<style>
a { background-color: #74022D; }
a { background-color: rgb(116,2,45); }
div.DivClassName
{
background-color: #74022D;
}
.BgClassName
{
background-color: #74022D;
}
</style>
border-color css
<style>
span { border-color: #74022D; }
span { border-color: rgb(116,2,45); }
td.TdClassName
{
border-color: #74022D;
}
.TagClassName
{
border-color: #74022D;
}
</style>