Html Css Color HEX #860020 Burgundy

📋 copy color: '#860020'

red 134 ◦ green 0 ◦ blue 32

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

Shades of Burgundy #860020

Tints of Burgundy #860020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80.72%
G = 0%
B = 19.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#860020 (or 0x860020) is known color: Burgundy. HEX triplet: 86, 00 and 20. RGB value is (134,0,32). Sum of RGB (Red+Green+Blue) = 134+0+32=166 (21% of max value = 765). Red value is 134 (52.73% from 255 or 80.72% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 134 - color contains mainly: red. Hex color #860020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860020 is #79FFDF. Grayscale: #2B2B2B. Windows color (decimal): -7995360 or 2097286. OLE color: 2097286.

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

Color convert

RGB 134 0 32 -
CMYK 0 1 0.76 0.47
HSL 345.67º 1% 0.26% -
HSV(B) 345.67º 1% 0.53% -
XYZ 10.09 5.17 1.83 -
YUV 43.71 121.39 192.4 -
System Red Green Blue C M Y K H S L
Decimal 134 0 32 0 1 0.76 0.47 345.67 1 0.26
Hex 86 0 20 0 64 4C 2F 15A 64 1A
Octal 206 0 40 0 144 114 57 532 144 32
Binary 10000110 0 100000 0 1100100 1001100 101111 101011010 1100100 11010

Color Harmonies of #860020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860020

Black with #860020

Text Example


Text Example

White with #860020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860020; }

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

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

background-color css

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

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

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

border-color css

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

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

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