Shades of Burgundy #75001D
Tints of Burgundy #75001D
RGB
CMYK
RGB Variations
Color information
#75001D (or 0x75001D) is known color: Burgundy. HEX triplet: 75, 00 and 1D. RGB value is (117,0,29). Sum of RGB (Red+Green+Blue) = 117+0+29=146 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.14% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 117 - color contains mainly: red. Hex color #75001D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75001D is #8AFFE2. Grayscale: #262626. Windows color (decimal): -9109475 or 1900661. OLE color: 1900661.
HSL color Cylindrical-coordinate representation of color #75001D: hue angle of 345.13º 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 #75001D is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.75 | 0.54 |
| HSL | 345.13º | 1% | 0.23% | - |
| HSV(B) | 345.13º | 1% | 0.46% | - |
| XYZ | 7.56 | 3.87 | 1.51 | - |
| YUV | 38.29 | 122.76 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 29 | 0 | 1 | 0.75 | 0.54 | 345.13 | 1 | 0.23 |
| Hex | 75 | 0 | 1D | 0 | 64 | 4B | 36 | 159 | 64 | 17 |
| Octal | 165 | 0 | 35 | 0 | 144 | 113 | 66 | 531 | 144 | 27 |
| Binary | 1110101 | 0 | 11101 | 0 | 1100100 | 1001011 | 110110 | 101011001 | 1100100 | 10111 |
Color Harmonies of #75001D
Complementary color
Monochromatic Colors of #75001D
Black with #75001D
Text Example
Text Example
White with #75001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75001D; }
p { color: rgb(117,0,29); }
H1.HeaderClassName
{
color: #75001D;
}
.AnyTagClassName
{
color: #75001D;
}
</style>
background-color css
<style>
a { background-color: #75001D; }
a { background-color: rgb(117,0,29); }
div.DivClassName
{
background-color: #75001D;
}
.BgClassName
{
background-color: #75001D;
}
</style>
border-color css
<style>
span { border-color: #75001D; }
span { border-color: rgb(117,0,29); }
td.TdClassName
{
border-color: #75001D;
}
.TagClassName
{
border-color: #75001D;
}
</style>