#7D022C

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

Shades of Burgundy #7D022C

Tints of Burgundy #7D022C

Color information

#7D022C (or 0x7D022C) is unknown color: approx Burgundy. HEX triplet: 7D, 02 and 2C. RGB value is (125,2,44). Sum of RGB (Red+Green+Blue) = 125+2+44=171 (22% of max value = 765). Red value is 125 (49.22% from 255 or 73.10% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 125 - color contains mainly: red. Hex color #7D022C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D022C is #82FDD3. Grayscale: #2B2B2B. Windows color (decimal): -8584660 or 2884221. OLE color: 2884221.

HSL color Cylindrical-coordinate representation of color #7D022C: hue angle of 339.51º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D022C is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB125244-
CMYK00.980.650.51
HSL339.51º96.85%24.9%-
HSV(B)339.51º98.4%49.02%-
XYZ8.934.592.8-
YUV43.56128.25186.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 73.10%
GREEN value IS 2 (1.17% from 255) = 1.17%
BLUE value IS 44 (17.58% from 255) = 25.73%
R=73.10%
G=1.17%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12524400.980.650.51339.5196.8524.9
Hex7D22C06241331546119
Octal17525401421016352414131
Binary111110110101100011000101000001110011101010100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D022C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D022C; }

 p { color: rgb(125,2,44); }

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

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

 a { background-color: rgb(125,2,44); }

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

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

 span { border-color: rgb(125,2,44); }

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