Html Css Color HEX #840014 Burgundy

📋 copy color: '#840014'

red 132 ◦ green 0 ◦ blue 20

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

Shades of Burgundy #840014

Tints of Burgundy #840014

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 86.84%
G = 0%
B = 13.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#840014 (or 0x840014) is known color: Burgundy. HEX triplet: 84, 00 and 14. RGB value is (132,0,20). Sum of RGB (Red+Green+Blue) = 132+0+20=152 (20% of max value = 765). Red value is 132 (51.95% from 255 or 86.84% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 132 - color contains mainly: red. Hex color #840014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840014 is #7BFFEB. Grayscale: #292929. Windows color (decimal): -8126444 or 1310852. OLE color: 1310852.

HSL color Cylindrical-coordinate representation of color #840014: hue angle of 350.91º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #840014 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 0 20 -
CMYK 0 1 0.85 0.48
HSL 350.91º 1% 0.26% -
HSV(B) 350.91º 1% 0.52% -
XYZ 9.64 4.96 1.11 -
YUV 41.75 115.73 192.37 -
System Red Green Blue C M Y K H S L
Decimal 132 0 20 0 1 0.85 0.48 350.91 1 0.26
Hex 84 0 14 0 64 55 30 15F 64 1A
Octal 204 0 24 0 144 125 60 537 144 32
Binary 10000100 0 10100 0 1100100 1010101 110000 101011111 1100100 11010

Color Harmonies of #840014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840014

Black with #840014

Text Example


Text Example

White with #840014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840014; }

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

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

background-color css

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

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

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

border-color css

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

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

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