Shades of Burgundy #75060F
Tints of Burgundy #75060F
RGB
CMYK
RGB Variations
Color information
#75060F (or 0x75060F) is known color: Burgundy. HEX triplet: 75, 06 and 0F. RGB value is (117,6,15). Sum of RGB (Red+Green+Blue) = 117+6+15=138 (18% of max value = 765). Red value is 117 (46.09% from 255 or 84.78% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 117 - color contains mainly: red. Hex color #75060F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75060F is #8AF9F0. Grayscale: #282828. Windows color (decimal): -9107953 or 984693. OLE color: 984693.
HSL color Cylindrical-coordinate representation of color #75060F: hue angle of 355.14º 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 #75060F is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 6 | 15 | - |
| CMYK | 0 | 0.95 | 0.87 | 0.54 |
| HSL | 355.14º | 0.9% | 0.24% | - |
| HSV(B) | 355.14º | 0.95% | 0.46% | - |
| XYZ | 7.49 | 3.95 | 0.82 | - |
| YUV | 40.22 | 113.77 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 6 | 15 | 0 | 0.95 | 0.87 | 0.54 | 355.14 | 0.9 | 0.24 |
| Hex | 75 | 6 | F | 0 | 5F | 57 | 36 | 163 | 5A | 18 |
| Octal | 165 | 6 | 17 | 0 | 137 | 127 | 66 | 543 | 132 | 30 |
| Binary | 1110101 | 110 | 1111 | 0 | 1011111 | 1010111 | 110110 | 101100011 | 1011010 | 11000 |
Color Harmonies of #75060F
Complementary color
Monochromatic Colors of #75060F
Black with #75060F
Text Example
Text Example
White with #75060F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75060F; }
p { color: rgb(117,6,15); }
H1.HeaderClassName
{
color: #75060F;
}
.AnyTagClassName
{
color: #75060F;
}
</style>
background-color css
<style>
a { background-color: #75060F; }
a { background-color: rgb(117,6,15); }
div.DivClassName
{
background-color: #75060F;
}
.BgClassName
{
background-color: #75060F;
}
</style>
border-color css
<style>
span { border-color: #75060F; }
span { border-color: rgb(117,6,15); }
td.TdClassName
{
border-color: #75060F;
}
.TagClassName
{
border-color: #75060F;
}
</style>