Shades of Burgundy #860338
Tints of Burgundy #860338
RGB
CMYK
RGB Variations
Color information
#860338 (or 0x860338) is known color: Burgundy. HEX triplet: 86, 03 and 38. RGB value is (134,3,56). Sum of RGB (Red+Green+Blue) = 134+3+56=193 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.43% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 56 (22.27% from 255 or 29.02% from 193); Max value from RGB is 134 - color contains mainly: red. Hex color #860338 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860338 is #79FCC7. Grayscale: #303030. Windows color (decimal): -7994568 or 3670918. OLE color: 3670918.
HSL color Cylindrical-coordinate representation of color #860338: hue angle of 335.73º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #860338 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 3 | 56 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.47 |
| HSL | 335.73º | 0.96% | 0.27% | - |
| HSV(B) | 335.73º | 0.98% | 0.53% | - |
| XYZ | 10.58 | 5.42 | 4.23 | - |
| YUV | 48.21 | 132.4 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 3 | 56 | 0 | 0.98 | 0.58 | 0.47 | 335.73 | 0.96 | 0.27 |
| Hex | 86 | 3 | 38 | 0 | 62 | 3A | 2F | 150 | 60 | 1B |
| Octal | 206 | 3 | 70 | 0 | 142 | 72 | 57 | 520 | 140 | 33 |
| Binary | 10000110 | 11 | 111000 | 0 | 1100010 | 111010 | 101111 | 101010000 | 1100000 | 11011 |
Color Harmonies of #860338
Complementary color
Monochromatic Colors of #860338
Black with #860338
Text Example
Text Example
White with #860338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860338; }
p { color: rgb(134,3,56); }
H1.HeaderClassName
{
color: #860338;
}
.AnyTagClassName
{
color: #860338;
}
</style>
background-color css
<style>
a { background-color: #860338; }
a { background-color: rgb(134,3,56); }
div.DivClassName
{
background-color: #860338;
}
.BgClassName
{
background-color: #860338;
}
</style>
border-color css
<style>
span { border-color: #860338; }
span { border-color: rgb(134,3,56); }
td.TdClassName
{
border-color: #860338;
}
.TagClassName
{
border-color: #860338;
}
</style>