Shades of Burgundy #75021C
Tints of Burgundy #75021C
RGB
CMYK
RGB Variations
Color information
#75021C (or 0x75021C) is known color: Burgundy. HEX triplet: 75, 02 and 1C. RGB value is (117,2,28). Sum of RGB (Red+Green+Blue) = 117+2+28=147 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.59% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 117 - color contains mainly: red. Hex color #75021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75021C is #8AFDE3. Grayscale: #272727. Windows color (decimal): -9108964 or 1835637. OLE color: 1835637.
HSL color Cylindrical-coordinate representation of color #75021C: hue angle of 346.43º 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 #75021C is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 2 | 28 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.54 |
| HSL | 346.43º | 0.97% | 0.23% | - |
| HSV(B) | 346.43º | 0.98% | 0.46% | - |
| XYZ | 7.57 | 3.91 | 1.45 | - |
| YUV | 39.35 | 121.6 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 2 | 28 | 0 | 0.98 | 0.76 | 0.54 | 346.43 | 0.97 | 0.23 |
| Hex | 75 | 2 | 1C | 0 | 62 | 4C | 36 | 15A | 61 | 17 |
| Octal | 165 | 2 | 34 | 0 | 142 | 114 | 66 | 532 | 141 | 27 |
| Binary | 1110101 | 10 | 11100 | 0 | 1100010 | 1001100 | 110110 | 101011010 | 1100001 | 10111 |
Color Harmonies of #75021C
Complementary color
Monochromatic Colors of #75021C
Black with #75021C
Text Example
Text Example
White with #75021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75021C; }
p { color: rgb(117,2,28); }
H1.HeaderClassName
{
color: #75021C;
}
.AnyTagClassName
{
color: #75021C;
}
</style>
background-color css
<style>
a { background-color: #75021C; }
a { background-color: rgb(117,2,28); }
div.DivClassName
{
background-color: #75021C;
}
.BgClassName
{
background-color: #75021C;
}
</style>
border-color css
<style>
span { border-color: #75021C; }
span { border-color: rgb(117,2,28); }
td.TdClassName
{
border-color: #75021C;
}
.TagClassName
{
border-color: #75021C;
}
</style>