#840125

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

Shades of Burgundy #840125

Tints of Burgundy #840125

Color information

#840125 (or 0x840125) is unknown color: approx Burgundy. HEX triplet: 84, 01 and 25. RGB value is (132,1,37). Sum of RGB (Red+Green+Blue) = 132+1+37=170 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.65% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 37 (14.84% from 255 or 21.76% from 170); Max value from RGB is 132 - color contains mainly: red. Hex color #840125 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840125 is #7BFEDA. Grayscale: #2C2C2C. Windows color (decimal): -8126171 or 2425220. OLE color: 2425220.

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

Color convert

RGB132137-
CMYK00.990.720.48
HSL343.51º98.5%26.08%-
HSV(B)343.51º99.24%51.76%-
XYZ9.865.062.21-
YUV44.27123.9190.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 77.65%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 37 (14.84% from 255) = 21.76%
R=77.65%
G=0.59%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213700.990.720.48343.5198.526.08
Hex841250634830158621a
Octal20414501431106053014232
Binary100001001100101011000111001000110000101011000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840125; }

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

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

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

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

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

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

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

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