Html Css Color HEX #860016 Burgundy

📋 copy color: '#860016'

red 134 ◦ green 0 ◦ blue 22

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

Shades of Burgundy #860016

Tints of Burgundy #860016

RGB

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

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

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

R = 85.9%
G = 0%
B = 14.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#860016 (or 0x860016) is known color: Burgundy. HEX triplet: 86, 00 and 16. RGB value is (134,0,22). Sum of RGB (Red+Green+Blue) = 134+0+22=156 (20% of max value = 765). Red value is 134 (52.73% from 255 or 85.90% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 134 - color contains mainly: red. Hex color #860016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860016 is #79FFE9. Grayscale: #2A2A2A. Windows color (decimal): -7995370 or 1441926. OLE color: 1441926.

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

Color convert

RGB 134 0 22 -
CMYK 0 1 0.84 0.47
HSL 350.15º 1% 0.26% -
HSV(B) 350.15º 1% 0.53% -
XYZ 9.98 5.13 1.22 -
YUV 42.57 116.39 193.21 -
System Red Green Blue C M Y K H S L
Decimal 134 0 22 0 1 0.84 0.47 350.15 1 0.26
Hex 86 0 16 0 64 54 2F 15E 64 1A
Octal 206 0 26 0 144 124 57 536 144 32
Binary 10000110 0 10110 0 1100100 1010100 101111 101011110 1100100 11010

Color Harmonies of #860016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860016

Black with #860016

Text Example


Text Example

White with #860016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860016; }

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

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

background-color css

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

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

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

border-color css

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

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

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