Shades of Burgundy #75022C
Tints of Burgundy #75022C
RGB
CMYK
RGB Variations
Color information
#75022C (or 0x75022C) is known color: Burgundy. HEX triplet: 75, 02 and 2C. RGB value is (117,2,44). Sum of RGB (Red+Green+Blue) = 117+2+44=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #75022C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75022C is #8AFDD3. Grayscale: #292929. Windows color (decimal): -9108948 or 2884213. OLE color: 2884213.
HSL color Cylindrical-coordinate representation of color #75022C: hue angle of 338.09º 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 #75022C is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 2 | 44 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.54 |
| HSL | 338.09º | 0.97% | 0.23% | - |
| HSV(B) | 338.09º | 0.98% | 0.46% | - |
| XYZ | 7.81 | 4.01 | 2.74 | - |
| YUV | 41.17 | 129.6 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 2 | 44 | 0 | 0.98 | 0.62 | 0.54 | 338.09 | 0.97 | 0.23 |
| Hex | 75 | 2 | 2C | 0 | 62 | 3E | 36 | 152 | 61 | 17 |
| Octal | 165 | 2 | 54 | 0 | 142 | 76 | 66 | 522 | 141 | 27 |
| Binary | 1110101 | 10 | 101100 | 0 | 1100010 | 111110 | 110110 | 101010010 | 1100001 | 10111 |
Color Harmonies of #75022C
Complementary color
Monochromatic Colors of #75022C
Black with #75022C
Text Example
Text Example
White with #75022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75022C; }
p { color: rgb(117,2,44); }
H1.HeaderClassName
{
color: #75022C;
}
.AnyTagClassName
{
color: #75022C;
}
</style>
background-color css
<style>
a { background-color: #75022C; }
a { background-color: rgb(117,2,44); }
div.DivClassName
{
background-color: #75022C;
}
.BgClassName
{
background-color: #75022C;
}
</style>
border-color css
<style>
span { border-color: #75022C; }
span { border-color: rgb(117,2,44); }
td.TdClassName
{
border-color: #75022C;
}
.TagClassName
{
border-color: #75022C;
}
</style>