Html Css Color HEX #860519 Burgundy

📋 copy color: '#860519'

red 134 ◦ green 5 ◦ blue 25

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

Shades of Burgundy #860519

Tints of Burgundy #860519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.05%

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

R = 81.71%
G = 3.05%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#860519 (or 0x860519) is known color: Burgundy. HEX triplet: 86, 05 and 19. RGB value is (134,5,25). Sum of RGB (Red+Green+Blue) = 134+5+25=164 (21% of max value = 765). Red value is 134 (52.73% from 255 or 81.71% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 134 - color contains mainly: red. Hex color #860519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860519 is #79FAE6. Grayscale: #2D2D2D. Windows color (decimal): -7994087 or 1639814. OLE color: 1639814.

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

Color convert

RGB 134 5 25 -
CMYK 0 0.96 0.81 0.47
HSL 350.7º 0.93% 0.27% -
HSV(B) 350.7º 0.96% 0.53% -
XYZ 10.06 5.25 1.4 -
YUV 45.85 116.24 190.87 -
System Red Green Blue C M Y K H S L
Decimal 134 5 25 0 0.96 0.81 0.47 350.7 0.93 0.27
Hex 86 5 19 0 60 51 2F 15F 5D 1B
Octal 206 5 31 0 140 121 57 537 135 33
Binary 10000110 101 11001 0 1100000 1010001 101111 101011111 1011101 11011

Color Harmonies of #860519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860519

Black with #860519

Text Example


Text Example

White with #860519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860519; }

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

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

background-color css

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

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

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

border-color css

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

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

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