#7C0224

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

Shades of Burgundy #7C0224

Tints of Burgundy #7C0224

Color information

#7C0224 (or 0x7C0224) is unknown color: approx Burgundy. HEX triplet: 7C, 02 and 24. RGB value is (124,2,36). Sum of RGB (Red+Green+Blue) = 124+2+36=162 (21% of max value = 765). Red value is 124 (48.83% from 255 or 76.54% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 36 (14.45% from 255 or 22.22% from 162); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0224 is #83FDDB. Grayscale: #2A2A2A. Windows color (decimal): -8650204 or 2359932. OLE color: 2359932.

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

Color convert

RGB124236-
CMYK00.980.710.51
HSL343.28º96.83%24.71%-
HSV(B)343.28º98.39%48.63%-
XYZ8.654.462.07-
YUV42.35124.42186.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 76.54%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 36 (14.45% from 255) = 22.22%
R=76.54%
G=1.23%
B=22.22%

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
Decimal12423600.980.710.51343.2896.8324.71
Hex7C22406247331576119
Octal17424401421076352714131
Binary111110010100100011000101000111110011101010111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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