Html Css Color HEX #840519 Burgundy

📋 copy color: '#840519'

red 132 ◦ green 5 ◦ blue 25

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

Shades of Burgundy #840519

Tints of Burgundy #840519

RGB

 RED value IS 132 (51.95% from 255) = 81.48%

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

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

R = 81.48%
G = 3.09%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#840519 (or 0x840519) is known color: Burgundy. HEX triplet: 84, 05 and 19. RGB value is (132,5,25). Sum of RGB (Red+Green+Blue) = 132+5+25=162 (21% of max value = 765). Red value is 132 (51.95% from 255 or 81.48% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 132 - color contains mainly: red. Hex color #840519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840519 is #7BFAE6. Grayscale: #2D2D2D. Windows color (decimal): -8125159 or 1639812. OLE color: 1639812.

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

Color convert

RGB 132 5 25 -
CMYK 0 0.96 0.81 0.48
HSL 350.55º 0.93% 0.27% -
HSV(B) 350.55º 0.96% 0.52% -
XYZ 9.75 5.08 1.39 -
YUV 45.25 116.58 189.87 -
System Red Green Blue C M Y K H S L
Decimal 132 5 25 0 0.96 0.81 0.48 350.55 0.93 0.27
Hex 84 5 19 0 60 51 30 15F 5D 1B
Octal 204 5 31 0 140 121 60 537 135 33
Binary 10000100 101 11001 0 1100000 1010001 110000 101011111 1011101 11011

Color Harmonies of #840519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840519

Black with #840519

Text Example


Text Example

White with #840519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840519; }

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

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

background-color css

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

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

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

border-color css

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

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

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