#7E0224

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

Shades of Burgundy #7E0224

Tints of Burgundy #7E0224

Color information

#7E0224 (or 0x7E0224) is unknown color: approx Burgundy. HEX triplet: 7E, 02 and 24. RGB value is (126,2,36). Sum of RGB (Red+Green+Blue) = 126+2+36=164 (21% of max value = 765). Red value is 126 (49.61% from 255 or 76.83% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0224 is #81FDDB. Grayscale: #2A2A2A. Windows color (decimal): -8519132 or 2359934. OLE color: 2359934.

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

Color convert

RGB126236-
CMYK00.980.710.51
HSL343.55º96.88%25.1%-
HSV(B)343.55º98.41%49.41%-
XYZ8.944.612.09-
YUV42.95124.08187.24-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 76.83%
GREEN value IS 2 (1.17% from 255) = 1.22%
BLUE value IS 36 (14.45% from 255) = 21.95%
R=76.83%
G=1.22%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12623600.980.710.51343.5596.8825.1
Hex7E22406247331586119
Octal17624401421076353014131
Binary111111010100100011000101000111110011101011000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,2,36); }

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

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

 a { background-color: rgb(126,2,36); }

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

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

 span { border-color: rgb(126,2,36); }

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