Shades of Burgundy #75000B
Tints of Burgundy #75000B
RGB
CMYK
RGB Variations
Color information
#75000B (or 0x75000B) is known color: Burgundy. HEX triplet: 75, 00 and 0B. RGB value is (117,0,11). Sum of RGB (Red+Green+Blue) = 117+0+11=128 (16% of max value = 765). Red value is 117 (46.09% from 255 or 91.41% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 117 - color contains mainly: red. Hex color #75000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75000B is #8AFFF4. Grayscale: #242424. Windows color (decimal): -9109493 or 721013. OLE color: 721013.
HSL color Cylindrical-coordinate representation of color #75000B: hue angle of 354.36º 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 #75000B is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.91 | 0.54 |
| HSL | 354.36º | 1% | 0.23% | - |
| HSV(B) | 354.36º | 1% | 0.46% | - |
| XYZ | 7.4 | 3.81 | 0.66 | - |
| YUV | 36.24 | 113.76 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 11 | 0 | 1 | 0.91 | 0.54 | 354.36 | 1 | 0.23 |
| Hex | 75 | 0 | B | 0 | 64 | 5B | 36 | 162 | 64 | 17 |
| Octal | 165 | 0 | 13 | 0 | 144 | 133 | 66 | 542 | 144 | 27 |
| Binary | 1110101 | 0 | 1011 | 0 | 1100100 | 1011011 | 110110 | 101100010 | 1100100 | 10111 |
Color Harmonies of #75000B
Complementary color
Monochromatic Colors of #75000B
Black with #75000B
Text Example
Text Example
White with #75000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75000B; }
p { color: rgb(117,0,11); }
H1.HeaderClassName
{
color: #75000B;
}
.AnyTagClassName
{
color: #75000B;
}
</style>
background-color css
<style>
a { background-color: #75000B; }
a { background-color: rgb(117,0,11); }
div.DivClassName
{
background-color: #75000B;
}
.BgClassName
{
background-color: #75000B;
}
</style>
border-color css
<style>
span { border-color: #75000B; }
span { border-color: rgb(117,0,11); }
td.TdClassName
{
border-color: #75000B;
}
.TagClassName
{
border-color: #75000B;
}
</style>