#840022

Color #840022 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #840022

Tints of Burgundy #840022

Color information

#840022 (or 0x840022) is unknown color: approx Burgundy. HEX triplet: 84, 00 and 22. RGB value is (132,0,34). Sum of RGB (Red+Green+Blue) = 132+0+34=166 (21% of max value = 765). Red value is 132 (51.95% from 255 or 79.52% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 34 (13.67% from 255 or 20.48% from 166); Max value from RGB is 132 - color contains mainly: red. Hex color #840022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840022 is #7BFFDD. Grayscale: #2B2B2B. Windows color (decimal): -8126430 or 2228356. OLE color: 2228356.

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

Color convert

RGB132034-
CMYK010.740.48
HSL344.55º100%25.88%-
HSV(B)344.55º100%51.76%-
XYZ9.85.021.97-
YUV43.34122.73191.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 79.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 34 (13.67% from 255) = 20.48%
R=79.52%
G=0%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132034010.740.48344.5510025.88
Hex840220644A30159641a
Octal20404201441126053114432
Binary100001000100010011001001001010110000101011001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840022; }

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

 H1.HeaderClassName
 {
   color: #840022;
 }
 .AnyTagClassName
 {
   color: #840022;
 }
</style>
background-color css

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

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

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

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

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

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