Shades of Burgundy #860323
Tints of Burgundy #860323
RGB
CMYK
RGB Variations
Color information
#860323 (or 0x860323) is known color: Burgundy. HEX triplet: 86, 03 and 23. RGB value is (134,3,35). Sum of RGB (Red+Green+Blue) = 134+3+35=172 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.91% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 134 - color contains mainly: red. Hex color #860323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860323 is #79FCDC. Grayscale: #2D2D2D. Windows color (decimal): -7994589 or 2294662. OLE color: 2294662.
HSL color Cylindrical-coordinate representation of color #860323: hue angle of 345.34º 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 #860323 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 3 | 35 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.47 |
| HSL | 345.34º | 0.96% | 0.27% | - |
| HSV(B) | 345.34º | 0.98% | 0.53% | - |
| XYZ | 10.17 | 5.25 | 2.07 | - |
| YUV | 45.82 | 121.9 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 3 | 35 | 0 | 0.98 | 0.74 | 0.47 | 345.34 | 0.96 | 0.27 |
| Hex | 86 | 3 | 23 | 0 | 62 | 4A | 2F | 159 | 60 | 1B |
| Octal | 206 | 3 | 43 | 0 | 142 | 112 | 57 | 531 | 140 | 33 |
| Binary | 10000110 | 11 | 100011 | 0 | 1100010 | 1001010 | 101111 | 101011001 | 1100000 | 11011 |
Color Harmonies of #860323
Complementary color
Monochromatic Colors of #860323
Black with #860323
Text Example
Text Example
White with #860323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860323; }
p { color: rgb(134,3,35); }
H1.HeaderClassName
{
color: #860323;
}
.AnyTagClassName
{
color: #860323;
}
</style>
background-color css
<style>
a { background-color: #860323; }
a { background-color: rgb(134,3,35); }
div.DivClassName
{
background-color: #860323;
}
.BgClassName
{
background-color: #860323;
}
</style>
border-color css
<style>
span { border-color: #860323; }
span { border-color: rgb(134,3,35); }
td.TdClassName
{
border-color: #860323;
}
.TagClassName
{
border-color: #860323;
}
</style>