Shades of Burgundy #910235
Tints of Burgundy #910235
RGB
CMYK
RGB Variations
Color information
#910235 (or 0x910235) is known color: Burgundy. HEX triplet: 91, 02 and 35. RGB value is (145,2,53). Sum of RGB (Red+Green+Blue) = 145+2+53=200 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 145 - color contains mainly: red. Hex color #910235 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910235 is #6EFDCA. Grayscale: #323232. Windows color (decimal): -7273931 or 3474065. OLE color: 3474065.
HSL color Cylindrical-coordinate representation of color #910235: hue angle of 338.6º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910235 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 2 | 53 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.43 |
| HSL | 338.6º | 0.97% | 0.29% | - |
| HSV(B) | 338.6º | 0.99% | 0.57% | - |
| XYZ | 12.34 | 6.32 | 3.94 | - |
| YUV | 50.57 | 129.38 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 2 | 53 | 0 | 0.99 | 0.63 | 0.43 | 338.6 | 0.97 | 0.29 |
| Hex | 91 | 2 | 35 | 0 | 63 | 3F | 2B | 153 | 61 | 1D |
| Octal | 221 | 2 | 65 | 0 | 143 | 77 | 53 | 523 | 141 | 35 |
| Binary | 10010001 | 10 | 110101 | 0 | 1100011 | 111111 | 101011 | 101010011 | 1100001 | 11101 |
Color Harmonies of #910235
Complementary color
Monochromatic Colors of #910235
Black with #910235
Text Example
Text Example
White with #910235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910235; }
p { color: rgb(145,2,53); }
H1.HeaderClassName
{
color: #910235;
}
.AnyTagClassName
{
color: #910235;
}
</style>
background-color css
<style>
a { background-color: #910235; }
a { background-color: rgb(145,2,53); }
div.DivClassName
{
background-color: #910235;
}
.BgClassName
{
background-color: #910235;
}
</style>
border-color css
<style>
span { border-color: #910235; }
span { border-color: rgb(145,2,53); }
td.TdClassName
{
border-color: #910235;
}
.TagClassName
{
border-color: #910235;
}
</style>