Shades of Burgundy #91023D
Tints of Burgundy #91023D
RGB
CMYK
RGB Variations
Color information
#91023D (or 0x91023D) is known color: Burgundy. HEX triplet: 91, 02 and 3D. RGB value is (145,2,61). Sum of RGB (Red+Green+Blue) = 145+2+61=208 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.71% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 145 - color contains mainly: red. Hex color #91023D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91023D is #6EFDC2. Grayscale: #333333. Windows color (decimal): -7273923 or 3998353. OLE color: 3998353.
HSL color Cylindrical-coordinate representation of color #91023D: hue angle of 335.24º 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 #91023D is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.43 |
| HSL | 335.24º | 0.97% | 0.29% | - |
| HSV(B) | 335.24º | 0.99% | 0.57% | - |
| XYZ | 12.54 | 6.4 | 4.99 | - |
| YUV | 51.48 | 133.38 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 2 | 61 | 0 | 0.99 | 0.58 | 0.43 | 335.24 | 0.97 | 0.29 |
| Hex | 91 | 2 | 3D | 0 | 63 | 3A | 2B | 14F | 61 | 1D |
| Octal | 221 | 2 | 75 | 0 | 143 | 72 | 53 | 517 | 141 | 35 |
| Binary | 10010001 | 10 | 111101 | 0 | 1100011 | 111010 | 101011 | 101001111 | 1100001 | 11101 |
Color Harmonies of #91023D
Complementary color
Monochromatic Colors of #91023D
Black with #91023D
Text Example
Text Example
White with #91023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91023D; }
p { color: rgb(145,2,61); }
H1.HeaderClassName
{
color: #91023D;
}
.AnyTagClassName
{
color: #91023D;
}
</style>
background-color css
<style>
a { background-color: #91023D; }
a { background-color: rgb(145,2,61); }
div.DivClassName
{
background-color: #91023D;
}
.BgClassName
{
background-color: #91023D;
}
</style>
border-color css
<style>
span { border-color: #91023D; }
span { border-color: rgb(145,2,61); }
td.TdClassName
{
border-color: #91023D;
}
.TagClassName
{
border-color: #91023D;
}
</style>