Shades of Burgundy #75061C
Tints of Burgundy #75061C
RGB
CMYK
RGB Variations
Color information
#75061C (or 0x75061C) is known color: Burgundy. HEX triplet: 75, 06 and 1C. RGB value is (117,6,28). Sum of RGB (Red+Green+Blue) = 117+6+28=151 (20% of max value = 765). Red value is 117 (46.09% from 255 or 77.48% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 117 - color contains mainly: red. Hex color #75061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75061C is #8AF9E3. Grayscale: #292929. Windows color (decimal): -9107940 or 1836661. OLE color: 1836661.
HSL color Cylindrical-coordinate representation of color #75061C: hue angle of 348.11º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75061C is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 6 | 28 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.54 |
| HSL | 348.11º | 0.9% | 0.24% | - |
| HSV(B) | 348.11º | 0.95% | 0.46% | - |
| XYZ | 7.61 | 4 | 1.47 | - |
| YUV | 41.7 | 120.27 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 6 | 28 | 0 | 0.95 | 0.76 | 0.54 | 348.11 | 0.9 | 0.24 |
| Hex | 75 | 6 | 1C | 0 | 5F | 4C | 36 | 15C | 5A | 18 |
| Octal | 165 | 6 | 34 | 0 | 137 | 114 | 66 | 534 | 132 | 30 |
| Binary | 1110101 | 110 | 11100 | 0 | 1011111 | 1001100 | 110110 | 101011100 | 1011010 | 11000 |
Color Harmonies of #75061C
Complementary color
Monochromatic Colors of #75061C
Black with #75061C
Text Example
Text Example
White with #75061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75061C; }
p { color: rgb(117,6,28); }
H1.HeaderClassName
{
color: #75061C;
}
.AnyTagClassName
{
color: #75061C;
}
</style>
background-color css
<style>
a { background-color: #75061C; }
a { background-color: rgb(117,6,28); }
div.DivClassName
{
background-color: #75061C;
}
.BgClassName
{
background-color: #75061C;
}
</style>
border-color css
<style>
span { border-color: #75061C; }
span { border-color: rgb(117,6,28); }
td.TdClassName
{
border-color: #75061C;
}
.TagClassName
{
border-color: #75061C;
}
</style>