Html Css Color HEX #860419 Burgundy

📋 copy color: '#860419'

red 134 ◦ green 4 ◦ blue 25

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

Shades of Burgundy #860419

Tints of Burgundy #860419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.45%

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

R = 82.21%
G = 2.45%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#860419 (or 0x860419) is known color: Burgundy. HEX triplet: 86, 04 and 19. RGB value is (134,4,25). Sum of RGB (Red+Green+Blue) = 134+4+25=163 (21% of max value = 765). Red value is 134 (52.73% from 255 or 82.21% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 134 - color contains mainly: red. Hex color #860419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860419 is #79FBE6. Grayscale: #2D2D2D. Windows color (decimal): -7994343 or 1639558. OLE color: 1639558.

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

Color convert

RGB 134 4 25 -
CMYK 0 0.97 0.81 0.47
HSL 350.31º 0.94% 0.27% -
HSV(B) 350.31º 0.97% 0.53% -
XYZ 10.05 5.23 1.4 -
YUV 45.26 116.57 191.29 -
System Red Green Blue C M Y K H S L
Decimal 134 4 25 0 0.97 0.81 0.47 350.31 0.94 0.27
Hex 86 4 19 0 61 51 2F 15E 5E 1B
Octal 206 4 31 0 141 121 57 536 136 33
Binary 10000110 100 11001 0 1100001 1010001 101111 101011110 1011110 11011

Color Harmonies of #860419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860419

Black with #860419

Text Example


Text Example

White with #860419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860419; }

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

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

background-color css

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

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

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

border-color css

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

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

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