Html Css Color HEX #861420 Burgundy

📋 copy color: '#861420'

red 134 ◦ green 20 ◦ blue 32

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

Shades of Burgundy #861420

Tints of Burgundy #861420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.75%

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

R = 72.04%
G = 10.75%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#861420 (or 0x861420) is known color: Burgundy. HEX triplet: 86, 14 and 20. RGB value is (134,20,32). Sum of RGB (Red+Green+Blue) = 134+20+32=186 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.04% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 134 - color contains mainly: red. Hex color #861420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861420 is #79EBDF. Grayscale: #373737. Windows color (decimal): -7990240 or 2102406. OLE color: 2102406.

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

Color convert

RGB 134 20 32 -
CMYK 0 0.85 0.76 0.47
HSL 353.68º 0.74% 0.3% -
HSV(B) 353.68º 0.85% 0.53% -
XYZ 10.34 5.67 1.92 -
YUV 55.45 114.77 184.02 -
System Red Green Blue C M Y K H S L
Decimal 134 20 32 0 0.85 0.76 0.47 353.68 0.74 0.3
Hex 86 14 20 0 55 4C 2F 162 4A 1E
Octal 206 24 40 0 125 114 57 542 112 36
Binary 10000110 10100 100000 0 1010101 1001100 101111 101100010 1001010 11110

Color Harmonies of #861420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861420

Black with #861420

Text Example


Text Example

White with #861420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861420; }

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

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

background-color css

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

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

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

border-color css

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

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

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