Shades of Burgundy #75021A
Tints of Burgundy #75021A
RGB
CMYK
RGB Variations
Color information
#75021A (or 0x75021A) is known color: Burgundy. HEX triplet: 75, 02 and 1A. RGB value is (117,2,26). Sum of RGB (Red+Green+Blue) = 117+2+26=145 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.69% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 117 - color contains mainly: red. Hex color #75021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75021A is #8AFDE5. Grayscale: #272727. Windows color (decimal): -9108966 or 1704565. OLE color: 1704565.
HSL color Cylindrical-coordinate representation of color #75021A: hue angle of 347.48º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #75021A is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 2 | 26 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.54 |
| HSL | 347.48º | 0.97% | 0.23% | - |
| HSV(B) | 347.48º | 0.98% | 0.46% | - |
| XYZ | 7.54 | 3.9 | 1.33 | - |
| YUV | 39.12 | 120.6 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 2 | 26 | 0 | 0.98 | 0.78 | 0.54 | 347.48 | 0.97 | 0.23 |
| Hex | 75 | 2 | 1A | 0 | 62 | 4E | 36 | 15B | 61 | 17 |
| Octal | 165 | 2 | 32 | 0 | 142 | 116 | 66 | 533 | 141 | 27 |
| Binary | 1110101 | 10 | 11010 | 0 | 1100010 | 1001110 | 110110 | 101011011 | 1100001 | 10111 |
Color Harmonies of #75021A
Complementary color
Monochromatic Colors of #75021A
Black with #75021A
Text Example
Text Example
White with #75021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75021A; }
p { color: rgb(117,2,26); }
H1.HeaderClassName
{
color: #75021A;
}
.AnyTagClassName
{
color: #75021A;
}
</style>
background-color css
<style>
a { background-color: #75021A; }
a { background-color: rgb(117,2,26); }
div.DivClassName
{
background-color: #75021A;
}
.BgClassName
{
background-color: #75021A;
}
</style>
border-color css
<style>
span { border-color: #75021A; }
span { border-color: rgb(117,2,26); }
td.TdClassName
{
border-color: #75021A;
}
.TagClassName
{
border-color: #75021A;
}
</style>