Shades of Burgundy #75001B
Tints of Burgundy #75001B
RGB
CMYK
RGB Variations
Color information
#75001B (or 0x75001B) is known color: Burgundy. HEX triplet: 75, 00 and 1B. RGB value is (117,0,27). Sum of RGB (Red+Green+Blue) = 117+0+27=144 (19% of max value = 765). Red value is 117 (46.09% from 255 or 81.25% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 117 - color contains mainly: red. Hex color #75001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75001B is #8AFFE4. Grayscale: #262626. Windows color (decimal): -9109477 or 1769589. OLE color: 1769589.
HSL color Cylindrical-coordinate representation of color #75001B: hue angle of 346.15º 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 #75001B is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.77 | 0.54 |
| HSL | 346.15º | 1% | 0.23% | - |
| HSV(B) | 346.15º | 1% | 0.46% | - |
| XYZ | 7.53 | 3.86 | 1.39 | - |
| YUV | 38.06 | 121.76 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 27 | 0 | 1 | 0.77 | 0.54 | 346.15 | 1 | 0.23 |
| Hex | 75 | 0 | 1B | 0 | 64 | 4D | 36 | 15A | 64 | 17 |
| Octal | 165 | 0 | 33 | 0 | 144 | 115 | 66 | 532 | 144 | 27 |
| Binary | 1110101 | 0 | 11011 | 0 | 1100100 | 1001101 | 110110 | 101011010 | 1100100 | 10111 |
Color Harmonies of #75001B
Complementary color
Monochromatic Colors of #75001B
Black with #75001B
Text Example
Text Example
White with #75001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75001B; }
p { color: rgb(117,0,27); }
H1.HeaderClassName
{
color: #75001B;
}
.AnyTagClassName
{
color: #75001B;
}
</style>
background-color css
<style>
a { background-color: #75001B; }
a { background-color: rgb(117,0,27); }
div.DivClassName
{
background-color: #75001B;
}
.BgClassName
{
background-color: #75001B;
}
</style>
border-color css
<style>
span { border-color: #75001B; }
span { border-color: rgb(117,0,27); }
td.TdClassName
{
border-color: #75001B;
}
.TagClassName
{
border-color: #75001B;
}
</style>