#7D0229

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

Shades of Burgundy #7D0229

Tints of Burgundy #7D0229

Color information

#7D0229 (or 0x7D0229) is unknown color: approx Burgundy. HEX triplet: 7D, 02 and 29. RGB value is (125,2,41). Sum of RGB (Red+Green+Blue) = 125+2+41=168 (22% of max value = 765). Red value is 125 (49.22% from 255 or 74.40% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0229 is #82FDD6. Grayscale: #2B2B2B. Windows color (decimal): -8584663 or 2687613. OLE color: 2687613.

HSL color Cylindrical-coordinate representation of color #7D0229: hue angle of 340.98º 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 #7D0229 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.51.

Color convert

RGB125241-
CMYK00.980.670.51
HSL340.98º96.85%24.9%-
HSV(B)340.98º98.4%49.02%-
XYZ8.884.562.51-
YUV43.22126.75186.33-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 74.40%
GREEN value IS 2 (1.17% from 255) = 1.19%
BLUE value IS 41 (16.41% from 255) = 24.40%
R=74.40%
G=1.19%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.67
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12524100.980.670.51340.9896.8524.9
Hex7D22906243331556119
Octal17525101421036352514131
Binary111110110101001011000101000011110011101010101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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