Html Css Color HEX #860219 Burgundy

📋 copy color: '#860219'

red 134 ◦ green 2 ◦ blue 25

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

Shades of Burgundy #860219

Tints of Burgundy #860219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.24%

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

R = 83.23%
G = 1.24%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#860219 (or 0x860219) is known color: Burgundy. HEX triplet: 86, 02 and 19. RGB value is (134,2,25). Sum of RGB (Red+Green+Blue) = 134+2+25=161 (21% of max value = 765). Red value is 134 (52.73% from 255 or 83.23% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 134 - color contains mainly: red. Hex color #860219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860219 is #79FDE6. Grayscale: #2C2C2C. Windows color (decimal): -7994855 or 1639046. OLE color: 1639046.

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

Color convert

RGB 134 2 25 -
CMYK 0 0.99 0.81 0.47
HSL 349.55º 0.97% 0.27% -
HSV(B) 349.55º 0.99% 0.53% -
XYZ 10.03 5.18 1.39 -
YUV 44.09 117.23 192.13 -
System Red Green Blue C M Y K H S L
Decimal 134 2 25 0 0.99 0.81 0.47 349.55 0.97 0.27
Hex 86 2 19 0 63 51 2F 15E 61 1B
Octal 206 2 31 0 143 121 57 536 141 33
Binary 10000110 10 11001 0 1100011 1010001 101111 101011110 1100001 11011

Color Harmonies of #860219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860219

Black with #860219

Text Example


Text Example

White with #860219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860219; }

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

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

background-color css

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

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

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

border-color css

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

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

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