Shades of Burgundy #9B033B
Tints of Burgundy #9B033B
RGB
CMYK
RGB Variations
Color information
#9B033B (or 0x9B033B) is known color: Burgundy. HEX triplet: 9B, 03 and 3B. RGB value is (155,3,59). Sum of RGB (Red+Green+Blue) = 155+3+59=217 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.43% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 155 - color contains mainly: red. Hex color #9B033B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B033B is #64FCC4. Grayscale: #363636. Windows color (decimal): -6618309 or 3867547. OLE color: 3867547.
HSL color Cylindrical-coordinate representation of color #9B033B: hue angle of 337.89º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9B033B is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 3 | 59 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.39 |
| HSL | 337.89º | 0.96% | 0.31% | - |
| HSV(B) | 337.89º | 0.98% | 0.61% | - |
| XYZ | 14.34 | 7.35 | 4.8 | - |
| YUV | 54.83 | 130.36 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 3 | 59 | 0 | 0.98 | 0.62 | 0.39 | 337.89 | 0.96 | 0.31 |
| Hex | 9B | 3 | 3B | 0 | 62 | 3E | 27 | 152 | 60 | 1F |
| Octal | 233 | 3 | 73 | 0 | 142 | 76 | 47 | 522 | 140 | 37 |
| Binary | 10011011 | 11 | 111011 | 0 | 1100010 | 111110 | 100111 | 101010010 | 1100000 | 11111 |
Color Harmonies of #9B033B
Complementary color
Monochromatic Colors of #9B033B
Black with #9B033B
Text Example
Text Example
White with #9B033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B033B; }
p { color: rgb(155,3,59); }
H1.HeaderClassName
{
color: #9B033B;
}
.AnyTagClassName
{
color: #9B033B;
}
</style>
background-color css
<style>
a { background-color: #9B033B; }
a { background-color: rgb(155,3,59); }
div.DivClassName
{
background-color: #9B033B;
}
.BgClassName
{
background-color: #9B033B;
}
</style>
border-color css
<style>
span { border-color: #9B033B; }
span { border-color: rgb(155,3,59); }
td.TdClassName
{
border-color: #9B033B;
}
.TagClassName
{
border-color: #9B033B;
}
</style>