#861321

Color #861321 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #861321

Tints of Burgundy #861321

Color information

#861321 (or 0x861321) is unknown color: approx Burgundy. HEX triplet: 86, 13 and 21. RGB value is (134,19,33). Sum of RGB (Red+Green+Blue) = 134+19+33=186 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.04% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 134 - color contains mainly: red. Hex color #861321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861321 is #79ECDE. Grayscale: #373737. Windows color (decimal): -7990495 or 2167686. OLE color: 2167686.

HSL color Cylindrical-coordinate representation of color #861321: hue angle of 352.7º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #861321 is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB1341933-
CMYK00.860.750.47
HSL352.7º75.16%30%-
HSV(B)352.7º85.82%52.55%-
XYZ10.345.641.98-
YUV54.98115.6184.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 72.04%
GREEN value IS 19 (7.81% from 255) = 10.22%
BLUE value IS 33 (13.28% from 255) = 17.74%
R=72.04%
G=10.22%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134193300.860.750.47352.775.1630
Hex8613210564B2F1614b1e
Octal206234101261135754111336
Binary1000011010011100001010101101001011101111101100001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861321; }

 p { color: rgb(134,19,33); }

 H1.HeaderClassName
 {
   color: #861321;
 }
 .AnyTagClassName
 {
   color: #861321;
 }
</style>
background-color css

<style>
 a { background-color: #861321; }

 a { background-color: rgb(134,19,33); }

 div.DivClassName
 {
   background-color: #861321;
 }
 .BgClassName
 {
   background-color: #861321;
 }
</style>
border-color css

<style>
 span { border-color: #861321; }

 span { border-color: rgb(134,19,33); }

 td.TdClassName
 {
   border-color: #861321;
 }
 .TagClassName
 {
   border-color: #861321;
 }
</style>