Html Css Color HEX #860420 Burgundy

📋 copy color: '#860420'

red 134 ◦ green 4 ◦ blue 32

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

Shades of Burgundy #860420

Tints of Burgundy #860420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.35%

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

R = 78.82%
G = 2.35%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#860420 (or 0x860420) is known color: Burgundy. HEX triplet: 86, 04 and 20. RGB value is (134,4,32). Sum of RGB (Red+Green+Blue) = 134+4+32=170 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.82% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 134 - color contains mainly: red. Hex color #860420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860420 is #79FBDF. Grayscale: #2E2E2E. Windows color (decimal): -7994336 or 2098310. OLE color: 2098310.

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

Color convert

RGB 134 4 32 -
CMYK 0 0.97 0.76 0.47
HSL 347.08º 0.94% 0.27% -
HSV(B) 347.08º 0.97% 0.53% -
XYZ 10.14 5.26 1.85 -
YUV 46.06 120.07 190.72 -
System Red Green Blue C M Y K H S L
Decimal 134 4 32 0 0.97 0.76 0.47 347.08 0.94 0.27
Hex 86 4 20 0 61 4C 2F 15B 5E 1B
Octal 206 4 40 0 141 114 57 533 136 33
Binary 10000110 100 100000 0 1100001 1001100 101111 101011011 1011110 11011

Color Harmonies of #860420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860420

Black with #860420

Text Example


Text Example

White with #860420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860420; }

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

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

background-color css

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

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

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

border-color css

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

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

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