Shades of Burgundy #8A033C
Tints of Burgundy #8A033C
RGB
CMYK
RGB Variations
Color information
#8A033C (or 0x8A033C) is known color: Burgundy. HEX triplet: 8A, 03 and 3C. RGB value is (138,3,60). Sum of RGB (Red+Green+Blue) = 138+3+60=201 (26% of max value = 765). Red value is 138 (54.30% from 255 or 68.66% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 138 - color contains mainly: red. Hex color #8A033C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A033C is #75FCC3. Grayscale: #313131. Windows color (decimal): -7732420 or 3933066. OLE color: 3933066.
HSL color Cylindrical-coordinate representation of color #8A033C: hue angle of 334.67º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A033C is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 3 | 60 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.46 |
| HSL | 334.67º | 0.96% | 0.28% | - |
| HSV(B) | 334.67º | 0.98% | 0.54% | - |
| XYZ | 11.33 | 5.79 | 4.8 | - |
| YUV | 49.86 | 133.73 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 3 | 60 | 0 | 0.98 | 0.57 | 0.46 | 334.67 | 0.96 | 0.28 |
| Hex | 8A | 3 | 3C | 0 | 62 | 39 | 2E | 14F | 60 | 1C |
| Octal | 212 | 3 | 74 | 0 | 142 | 71 | 56 | 517 | 140 | 34 |
| Binary | 10001010 | 11 | 111100 | 0 | 1100010 | 111001 | 101110 | 101001111 | 1100000 | 11100 |
Color Harmonies of #8A033C
Complementary color
Monochromatic Colors of #8A033C
Black with #8A033C
Text Example
Text Example
White with #8A033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A033C; }
p { color: rgb(138,3,60); }
H1.HeaderClassName
{
color: #8A033C;
}
.AnyTagClassName
{
color: #8A033C;
}
</style>
background-color css
<style>
a { background-color: #8A033C; }
a { background-color: rgb(138,3,60); }
div.DivClassName
{
background-color: #8A033C;
}
.BgClassName
{
background-color: #8A033C;
}
</style>
border-color css
<style>
span { border-color: #8A033C; }
span { border-color: rgb(138,3,60); }
td.TdClassName
{
border-color: #8A033C;
}
.TagClassName
{
border-color: #8A033C;
}
</style>