Shades of Burgundy #910335
Tints of Burgundy #910335
RGB
CMYK
RGB Variations
Color information
#910335 (or 0x910335) is known color: Burgundy. HEX triplet: 91, 03 and 35. RGB value is (145,3,53). Sum of RGB (Red+Green+Blue) = 145+3+53=201 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.14% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 145 - color contains mainly: red. Hex color #910335 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910335 is #6EFCCA. Grayscale: #333333. Windows color (decimal): -7273675 or 3474321. OLE color: 3474321.
HSL color Cylindrical-coordinate representation of color #910335: hue angle of 338.87º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #910335 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 3 | 53 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.43 |
| HSL | 338.87º | 0.96% | 0.29% | - |
| HSV(B) | 338.87º | 0.98% | 0.57% | - |
| XYZ | 12.35 | 6.34 | 3.94 | - |
| YUV | 51.16 | 129.04 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 3 | 53 | 0 | 0.98 | 0.63 | 0.43 | 338.87 | 0.96 | 0.29 |
| Hex | 91 | 3 | 35 | 0 | 62 | 3F | 2B | 153 | 60 | 1D |
| Octal | 221 | 3 | 65 | 0 | 142 | 77 | 53 | 523 | 140 | 35 |
| Binary | 10010001 | 11 | 110101 | 0 | 1100010 | 111111 | 101011 | 101010011 | 1100000 | 11101 |
Color Harmonies of #910335
Complementary color
Monochromatic Colors of #910335
Black with #910335
Text Example
Text Example
White with #910335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910335; }
p { color: rgb(145,3,53); }
H1.HeaderClassName
{
color: #910335;
}
.AnyTagClassName
{
color: #910335;
}
</style>
background-color css
<style>
a { background-color: #910335; }
a { background-color: rgb(145,3,53); }
div.DivClassName
{
background-color: #910335;
}
.BgClassName
{
background-color: #910335;
}
</style>
border-color css
<style>
span { border-color: #910335; }
span { border-color: rgb(145,3,53); }
td.TdClassName
{
border-color: #910335;
}
.TagClassName
{
border-color: #910335;
}
</style>