Html Css Color HEX #860114 Burgundy

📋 copy color: '#860114'

red 134 ◦ green 1 ◦ blue 20

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

Shades of Burgundy #860114

Tints of Burgundy #860114

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 20 (8.2% from 255) = 12.9%

R = 86.45%
G = 0.65%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#860114 (or 0x860114) is known color: Burgundy. HEX triplet: 86, 01 and 14. RGB value is (134,1,20). Sum of RGB (Red+Green+Blue) = 134+1+20=155 (20% of max value = 765). Red value is 134 (52.73% from 255 or 86.45% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 134 - color contains mainly: red. Hex color #860114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860114 is #79FEEB. Grayscale: #2A2A2A. Windows color (decimal): -7995116 or 1311110. OLE color: 1311110.

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

Color convert

RGB 134 1 20 -
CMYK 0 0.99 0.85 0.47
HSL 351.43º 0.99% 0.26% -
HSV(B) 351.43º 0.99% 0.53% -
XYZ 9.97 5.14 1.13 -
YUV 42.93 115.06 192.96 -
System Red Green Blue C M Y K H S L
Decimal 134 1 20 0 0.99 0.85 0.47 351.43 0.99 0.26
Hex 86 1 14 0 63 55 2F 15F 63 1A
Octal 206 1 24 0 143 125 57 537 143 32
Binary 10000110 1 10100 0 1100011 1010101 101111 101011111 1100011 11010

Color Harmonies of #860114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860114

Black with #860114

Text Example


Text Example

White with #860114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860114; }

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

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

background-color css

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

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

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

border-color css

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

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

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