Shades of Burgundy #74012A
Tints of Burgundy #74012A
RGB
CMYK
RGB Variations
Color information
#74012A (or 0x74012A) is known color: Burgundy. HEX triplet: 74, 01 and 2A. RGB value is (116,1,42). Sum of RGB (Red+Green+Blue) = 116+1+42=159 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.96% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 116 - color contains mainly: red. Hex color #74012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74012A is #8BFED5. Grayscale: #282828. Windows color (decimal): -9174742 or 2752884. OLE color: 2752884.
HSL color Cylindrical-coordinate representation of color #74012A: hue angle of 338.61º 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 #74012A is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.55 |
| HSL | 338.61º | 0.98% | 0.23% | - |
| HSV(B) | 338.61º | 0.99% | 0.45% | - |
| XYZ | 7.63 | 3.9 | 2.54 | - |
| YUV | 40.06 | 129.1 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 1 | 42 | 0 | 0.99 | 0.64 | 0.55 | 338.61 | 0.98 | 0.23 |
| Hex | 74 | 1 | 2A | 0 | 63 | 40 | 37 | 153 | 62 | 17 |
| Octal | 164 | 1 | 52 | 0 | 143 | 100 | 67 | 523 | 142 | 27 |
| Binary | 1110100 | 1 | 101010 | 0 | 1100011 | 1000000 | 110111 | 101010011 | 1100010 | 10111 |
Color Harmonies of #74012A
Complementary color
Monochromatic Colors of #74012A
Black with #74012A
Text Example
Text Example
White with #74012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74012A; }
p { color: rgb(116,1,42); }
H1.HeaderClassName
{
color: #74012A;
}
.AnyTagClassName
{
color: #74012A;
}
</style>
background-color css
<style>
a { background-color: #74012A; }
a { background-color: rgb(116,1,42); }
div.DivClassName
{
background-color: #74012A;
}
.BgClassName
{
background-color: #74012A;
}
</style>
border-color css
<style>
span { border-color: #74012A; }
span { border-color: rgb(116,1,42); }
td.TdClassName
{
border-color: #74012A;
}
.TagClassName
{
border-color: #74012A;
}
</style>