Shades of Burgundy #75001E
Tints of Burgundy #75001E
RGB
CMYK
RGB Variations
Color information
#75001E (or 0x75001E) is known color: Burgundy. HEX triplet: 75, 00 and 1E. RGB value is (117,0,30). Sum of RGB (Red+Green+Blue) = 117+0+30=147 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.59% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 117 - color contains mainly: red. Hex color #75001E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75001E is #8AFFE1. Grayscale: #262626. Windows color (decimal): -9109474 or 1966197. OLE color: 1966197.
HSL color Cylindrical-coordinate representation of color #75001E: hue angle of 344.62º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75001E is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.74 | 0.54 |
| HSL | 344.62º | 1% | 0.23% | - |
| HSV(B) | 344.62º | 1% | 0.46% | - |
| XYZ | 7.57 | 3.88 | 1.58 | - |
| YUV | 38.4 | 123.26 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 30 | 0 | 1 | 0.74 | 0.54 | 344.62 | 1 | 0.23 |
| Hex | 75 | 0 | 1E | 0 | 64 | 4A | 36 | 159 | 64 | 17 |
| Octal | 165 | 0 | 36 | 0 | 144 | 112 | 66 | 531 | 144 | 27 |
| Binary | 1110101 | 0 | 11110 | 0 | 1100100 | 1001010 | 110110 | 101011001 | 1100100 | 10111 |
Color Harmonies of #75001E
Complementary color
Monochromatic Colors of #75001E
Black with #75001E
Text Example
Text Example
White with #75001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75001E; }
p { color: rgb(117,0,30); }
H1.HeaderClassName
{
color: #75001E;
}
.AnyTagClassName
{
color: #75001E;
}
</style>
background-color css
<style>
a { background-color: #75001E; }
a { background-color: rgb(117,0,30); }
div.DivClassName
{
background-color: #75001E;
}
.BgClassName
{
background-color: #75001E;
}
</style>
border-color css
<style>
span { border-color: #75001E; }
span { border-color: rgb(117,0,30); }
td.TdClassName
{
border-color: #75001E;
}
.TagClassName
{
border-color: #75001E;
}
</style>