Html Css Color HEX #840016 Burgundy

📋 copy color: '#840016'

red 132 ◦ green 0 ◦ blue 22

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

Shades of Burgundy #840016

Tints of Burgundy #840016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.29%

R = 85.71%
G = 0%
B = 14.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#840016 (or 0x840016) is known color: Burgundy. HEX triplet: 84, 00 and 16. RGB value is (132,0,22). Sum of RGB (Red+Green+Blue) = 132+0+22=154 (20% of max value = 765). Red value is 132 (51.95% from 255 or 85.71% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 132 - color contains mainly: red. Hex color #840016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840016 is #7BFFE9. Grayscale: #2A2A2A. Windows color (decimal): -8126442 or 1441924. OLE color: 1441924.

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

Color convert

RGB 132 0 22 -
CMYK 0 1 0.83 0.48
HSL 350º 1% 0.26% -
HSV(B) 350º 1% 0.52% -
XYZ 9.66 4.96 1.21 -
YUV 41.98 116.73 192.21 -
System Red Green Blue C M Y K H S L
Decimal 132 0 22 0 1 0.83 0.48 350 1 0.26
Hex 84 0 16 0 64 53 30 15E 64 1A
Octal 204 0 26 0 144 123 60 536 144 32
Binary 10000100 0 10110 0 1100100 1010011 110000 101011110 1100100 11010

Color Harmonies of #840016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840016

Black with #840016

Text Example


Text Example

White with #840016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840016; }

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

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

background-color css

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

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

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

border-color css

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

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

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