Html Css Color HEX #860620 Burgundy

📋 copy color: '#860620'

red 134 ◦ green 6 ◦ blue 32

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

Shades of Burgundy #860620

Tints of Burgundy #860620

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.49%

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

R = 77.91%
G = 3.49%
B = 18.6%

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

#860620 (or 0x860620) is known color: Burgundy. HEX triplet: 86, 06 and 20. RGB value is (134,6,32). Sum of RGB (Red+Green+Blue) = 134+6+32=172 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.91% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 134 - color contains mainly: red. Hex color #860620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860620 is #79F9DF. Grayscale: #2F2F2F. Windows color (decimal): -7993824 or 2098822. OLE color: 2098822.

HSL color Cylindrical-coordinate representation of color #860620: hue angle of 347.81º degrees, saturation: 0.91, 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 #860620 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 6 32 -
CMYK 0 0.96 0.76 0.47
HSL 347.81º 0.91% 0.27% -
HSV(B) 347.81º 0.96% 0.53% -
XYZ 10.16 5.3 1.85 -
YUV 47.24 119.41 189.89 -
System Red Green Blue C M Y K H S L
Decimal 134 6 32 0 0.96 0.76 0.47 347.81 0.91 0.27
Hex 86 6 20 0 60 4C 2F 15C 5B 1B
Octal 206 6 40 0 140 114 57 534 133 33
Binary 10000110 110 100000 0 1100000 1001100 101111 101011100 1011011 11011

Color Harmonies of #860620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860620

Black with #860620

Text Example


Text Example

White with #860620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860620; }

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

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

background-color css

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

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

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

border-color css

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

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

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