#840225

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

Shades of Burgundy #840225

Tints of Burgundy #840225

Color information

#840225 (or 0x840225) is unknown color: approx Burgundy. HEX triplet: 84, 02 and 25. RGB value is (132,2,37). Sum of RGB (Red+Green+Blue) = 132+2+37=171 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.19% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 132 - color contains mainly: red. Hex color #840225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840225 is #7BFDDA. Grayscale: #2C2C2C. Windows color (decimal): -8125915 or 2425476. OLE color: 2425476.

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

Color convert

RGB132237-
CMYK00.980.720.48
HSL343.85º97.01%26.27%-
HSV(B)343.85º98.48%51.76%-
XYZ9.875.082.21-
YUV44.86123.57190.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 77.19%
GREEN value IS 2 (1.17% from 255) = 1.17%
BLUE value IS 37 (14.84% from 255) = 21.64%
R=77.19%
G=1.17%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13223700.980.720.48343.8597.0126.27
Hex842250624830158611a
Octal20424501421106053014132
Binary1000010010100101011000101001000110000101011000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840225; }

 p { color: rgb(132,2,37); }

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

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

 a { background-color: rgb(132,2,37); }

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

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

 span { border-color: rgb(132,2,37); }

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