Shades of Burgundy #9A013B
Tints of Burgundy #9A013B
RGB
CMYK
RGB Variations
Color information
#9A013B (or 0x9A013B) is known color: Burgundy. HEX triplet: 9A, 01 and 3B. RGB value is (154,1,59). Sum of RGB (Red+Green+Blue) = 154+1+59=214 (28% of max value = 765). Red value is 154 (60.55% from 255 or 71.96% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 154 - color contains mainly: red. Hex color #9A013B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A013B is #65FEC4. Grayscale: #353535. Windows color (decimal): -6684357 or 3867034. OLE color: 3867034.
HSL color Cylindrical-coordinate representation of color #9A013B: hue angle of 337.25º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A013B is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.40 |
| HSL | 337.25º | 0.99% | 0.3% | - |
| HSV(B) | 337.25º | 0.99% | 0.6% | - |
| XYZ | 14.13 | 7.21 | 4.78 | - |
| YUV | 53.36 | 131.19 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 1 | 59 | 0 | 0.99 | 0.62 | 0.40 | 337.25 | 0.99 | 0.3 |
| Hex | 9A | 1 | 3B | 0 | 63 | 3E | 28 | 151 | 63 | 1E |
| Octal | 232 | 1 | 73 | 0 | 143 | 76 | 50 | 521 | 143 | 36 |
| Binary | 10011010 | 1 | 111011 | 0 | 1100011 | 111110 | 101000 | 101010001 | 1100011 | 11110 |
Color Harmonies of #9A013B
Complementary color
Monochromatic Colors of #9A013B
Black with #9A013B
Text Example
Text Example
White with #9A013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A013B; }
p { color: rgb(154,1,59); }
H1.HeaderClassName
{
color: #9A013B;
}
.AnyTagClassName
{
color: #9A013B;
}
</style>
background-color css
<style>
a { background-color: #9A013B; }
a { background-color: rgb(154,1,59); }
div.DivClassName
{
background-color: #9A013B;
}
.BgClassName
{
background-color: #9A013B;
}
</style>
border-color css
<style>
span { border-color: #9A013B; }
span { border-color: rgb(154,1,59); }
td.TdClassName
{
border-color: #9A013B;
}
.TagClassName
{
border-color: #9A013B;
}
</style>