Html Css Color HEX #860520 Burgundy

📋 copy color: '#860520'

red 134 ◦ green 5 ◦ blue 32

#860520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #860520

Tints of Burgundy #860520

RGB

 RED value IS 134 (52.73% from 255) = 78.36%

 GREEN value IS 5 (2.34% from 255) = 2.92%

 BLUE value IS 32 (12.89% from 255) = 18.71%

R = 78.36%
G = 2.92%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#860520 (or 0x860520) is known color: Burgundy. HEX triplet: 86, 05 and 20. RGB value is (134,5,32). Sum of RGB (Red+Green+Blue) = 134+5+32=171 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.36% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 134 - color contains mainly: red. Hex color #860520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860520 is #79FADF. Grayscale: #2E2E2E. Windows color (decimal): -7994080 or 2098566. OLE color: 2098566.

HSL color Cylindrical-coordinate representation of color #860520: hue angle of 347.44º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #860520 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 5 32 -
CMYK 0 0.96 0.76 0.47
HSL 347.44º 0.93% 0.27% -
HSV(B) 347.44º 0.96% 0.53% -
XYZ 10.15 5.28 1.85 -
YUV 46.65 119.74 190.3 -
System Red Green Blue C M Y K H S L
Decimal 134 5 32 0 0.96 0.76 0.47 347.44 0.93 0.27
Hex 86 5 20 0 60 4C 2F 15B 5D 1B
Octal 206 5 40 0 140 114 57 533 135 33
Binary 10000110 101 100000 0 1100000 1001100 101111 101011011 1011101 11011

Color Harmonies of #860520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860520

Black with #860520

Text Example


Text Example

White with #860520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860520; }

 p { color: rgb(134,5,32); }

 H1.HeaderClassName
 {
   color: #860520;
 }
 .AnyTagClassName
 {
   color: #860520;
 }
</style>

background-color css

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

 a { background-color: rgb(134,5,32); }

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

border-color css

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

 span { border-color: rgb(134,5,32); }

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