Html Css Color HEX #860116 Burgundy

📋 copy color: '#860116'

red 134 ◦ green 1 ◦ blue 22

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

Shades of Burgundy #860116

Tints of Burgundy #860116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.01%

R = 85.35%
G = 0.64%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#860116 (or 0x860116) is known color: Burgundy. HEX triplet: 86, 01 and 16. RGB value is (134,1,22). Sum of RGB (Red+Green+Blue) = 134+1+22=157 (20% of max value = 765). Red value is 134 (52.73% from 255 or 85.35% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 134 - color contains mainly: red. Hex color #860116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860116 is #79FEE9. Grayscale: #2B2B2B. Windows color (decimal): -7995114 or 1442182. OLE color: 1442182.

HSL color Cylindrical-coordinate representation of color #860116: hue angle of 350.53º 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 #860116 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 1 22 -
CMYK 0 0.99 0.84 0.47
HSL 350.53º 0.99% 0.26% -
HSV(B) 350.53º 0.99% 0.53% -
XYZ 9.99 5.15 1.23 -
YUV 43.16 116.06 192.79 -
System Red Green Blue C M Y K H S L
Decimal 134 1 22 0 0.99 0.84 0.47 350.53 0.99 0.26
Hex 86 1 16 0 63 54 2F 15F 63 1A
Octal 206 1 26 0 143 124 57 537 143 32
Binary 10000110 1 10110 0 1100011 1010100 101111 101011111 1100011 11010

Color Harmonies of #860116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860116

Black with #860116

Text Example


Text Example

White with #860116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860116; }

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

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

background-color css

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

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

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

border-color css

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

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

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