Shades of Burgundy #9A033B
Tints of Burgundy #9A033B
RGB
CMYK
RGB Variations
Color information
#9A033B (or 0x9A033B) is known color: Burgundy. HEX triplet: 9A, 03 and 3B. RGB value is (154,3,59). Sum of RGB (Red+Green+Blue) = 154+3+59=216 (28% of max value = 765). Red value is 154 (60.55% from 255 or 71.30% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 59 (23.44% from 255 or 27.31% from 216); Max value from RGB is 154 - color contains mainly: red. Hex color #9A033B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A033B is #65FCC4. Grayscale: #363636. Windows color (decimal): -6683845 or 3867546. OLE color: 3867546.
HSL color Cylindrical-coordinate representation of color #9A033B: hue angle of 337.75º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A033B is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 3 | 59 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.40 |
| HSL | 337.75º | 0.96% | 0.31% | - |
| HSV(B) | 337.75º | 0.98% | 0.6% | - |
| XYZ | 14.15 | 7.25 | 4.79 | - |
| YUV | 54.53 | 130.53 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 3 | 59 | 0 | 0.98 | 0.62 | 0.40 | 337.75 | 0.96 | 0.31 |
| Hex | 9A | 3 | 3B | 0 | 62 | 3E | 28 | 152 | 60 | 1F |
| Octal | 232 | 3 | 73 | 0 | 142 | 76 | 50 | 522 | 140 | 37 |
| Binary | 10011010 | 11 | 111011 | 0 | 1100010 | 111110 | 101000 | 101010010 | 1100000 | 11111 |
Color Harmonies of #9A033B
Complementary color
Monochromatic Colors of #9A033B
Black with #9A033B
Text Example
Text Example
White with #9A033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A033B; }
p { color: rgb(154,3,59); }
H1.HeaderClassName
{
color: #9A033B;
}
.AnyTagClassName
{
color: #9A033B;
}
</style>
background-color css
<style>
a { background-color: #9A033B; }
a { background-color: rgb(154,3,59); }
div.DivClassName
{
background-color: #9A033B;
}
.BgClassName
{
background-color: #9A033B;
}
</style>
border-color css
<style>
span { border-color: #9A033B; }
span { border-color: rgb(154,3,59); }
td.TdClassName
{
border-color: #9A033B;
}
.TagClassName
{
border-color: #9A033B;
}
</style>