Html Css Color HEX #840514 Burgundy

📋 copy color: '#840514'

red 132 ◦ green 5 ◦ blue 20

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

Shades of Burgundy #840514

Tints of Burgundy #840514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.74%

R = 84.08%
G = 3.18%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#840514 (or 0x840514) is known color: Burgundy. HEX triplet: 84, 05 and 14. RGB value is (132,5,20). Sum of RGB (Red+Green+Blue) = 132+5+20=157 (20% of max value = 765). Red value is 132 (51.95% from 255 or 84.08% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 132 - color contains mainly: red. Hex color #840514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840514 is #7BFAEB. Grayscale: #2C2C2C. Windows color (decimal): -8125164 or 1312132. OLE color: 1312132.

HSL color Cylindrical-coordinate representation of color #840514: hue angle of 352.91º 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 #840514 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 5 20 -
CMYK 0 0.96 0.85 0.48
HSL 352.91º 0.93% 0.27% -
HSV(B) 352.91º 0.96% 0.52% -
XYZ 9.7 5.06 1.13 -
YUV 44.68 114.08 190.28 -
System Red Green Blue C M Y K H S L
Decimal 132 5 20 0 0.96 0.85 0.48 352.91 0.93 0.27
Hex 84 5 14 0 60 55 30 161 5D 1B
Octal 204 5 24 0 140 125 60 541 135 33
Binary 10000100 101 10100 0 1100000 1010101 110000 101100001 1011101 11011

Color Harmonies of #840514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840514

Black with #840514

Text Example


Text Example

White with #840514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840514; }

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

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

background-color css

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

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

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

border-color css

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

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

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