Shades of Burgundy #910A3D
Tints of Burgundy #910A3D
RGB
CMYK
RGB Variations
Color information
#910A3D (or 0x910A3D) is known color: Burgundy. HEX triplet: 91, 0A and 3D. RGB value is (145,10,61). Sum of RGB (Red+Green+Blue) = 145+10+61=216 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.13% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 145 - color contains mainly: red. Hex color #910A3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910A3D is #6EF5C2. Grayscale: #383838. Windows color (decimal): -7271875 or 4000401. OLE color: 4000401.
HSL color Cylindrical-coordinate representation of color #910A3D: hue angle of 337.33º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910A3D is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 10 | 61 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.43 |
| HSL | 337.33º | 0.87% | 0.3% | - |
| HSV(B) | 337.33º | 0.93% | 0.57% | - |
| XYZ | 12.63 | 6.57 | 5.02 | - |
| YUV | 56.18 | 130.73 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 61 | 0 | 0.93 | 0.58 | 0.43 | 337.33 | 0.87 | 0.3 |
| Hex | 91 | A | 3D | 0 | 5D | 3A | 2B | 151 | 57 | 1E |
| Octal | 221 | 12 | 75 | 0 | 135 | 72 | 53 | 521 | 127 | 36 |
| Binary | 10010001 | 1010 | 111101 | 0 | 1011101 | 111010 | 101011 | 101010001 | 1010111 | 11110 |
Color Harmonies of #910A3D
Complementary color
Monochromatic Colors of #910A3D
Black with #910A3D
Text Example
Text Example
White with #910A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910A3D; }
p { color: rgb(145,10,61); }
H1.HeaderClassName
{
color: #910A3D;
}
.AnyTagClassName
{
color: #910A3D;
}
</style>
background-color css
<style>
a { background-color: #910A3D; }
a { background-color: rgb(145,10,61); }
div.DivClassName
{
background-color: #910A3D;
}
.BgClassName
{
background-color: #910A3D;
}
</style>
border-color css
<style>
span { border-color: #910A3D; }
span { border-color: rgb(145,10,61); }
td.TdClassName
{
border-color: #910A3D;
}
.TagClassName
{
border-color: #910A3D;
}
</style>