Html Css Color HEX #860019 Burgundy

📋 copy color: '#860019'

red 134 ◦ green 0 ◦ blue 25

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

Shades of Burgundy #860019

Tints of Burgundy #860019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.72%

R = 84.28%
G = 0%
B = 15.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#860019 (or 0x860019) is known color: Burgundy. HEX triplet: 86, 00 and 19. RGB value is (134,0,25). Sum of RGB (Red+Green+Blue) = 134+0+25=159 (21% of max value = 765). Red value is 134 (52.73% from 255 or 84.28% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 25 (10.16% from 255 or 15.72% from 159); Max value from RGB is 134 - color contains mainly: red. Hex color #860019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860019 is #79FFE6. Grayscale: #2A2A2A. Windows color (decimal): -7995367 or 1638534. OLE color: 1638534.

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

Color convert

RGB 134 0 25 -
CMYK 0 1 0.81 0.47
HSL 348.81º 1% 0.26% -
HSV(B) 348.81º 1% 0.53% -
XYZ 10.01 5.14 1.38 -
YUV 42.92 117.89 192.97 -
System Red Green Blue C M Y K H S L
Decimal 134 0 25 0 1 0.81 0.47 348.81 1 0.26
Hex 86 0 19 0 64 51 2F 15D 64 1A
Octal 206 0 31 0 144 121 57 535 144 32
Binary 10000110 0 11001 0 1100100 1010001 101111 101011101 1100100 11010

Color Harmonies of #860019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860019

Black with #860019

Text Example


Text Example

White with #860019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860019; }

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

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

background-color css

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

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

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

border-color css

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

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

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