#7C0129

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

Shades of Burgundy #7C0129

Tints of Burgundy #7C0129

Color information

#7C0129 (or 0x7C0129) is unknown color: approx Burgundy. HEX triplet: 7C, 01 and 29. RGB value is (124,1,41). Sum of RGB (Red+Green+Blue) = 124+1+41=166 (21% of max value = 765). Red value is 124 (48.83% from 255 or 74.70% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0129 is #83FED6. Grayscale: #2A2A2A. Windows color (decimal): -8650455 or 2687356. OLE color: 2687356.

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

Color convert

RGB124141-
CMYK00.990.670.51
HSL340.49º98.4%24.51%-
HSV(B)340.49º99.19%48.63%-
XYZ8.724.472.5-
YUV42.34127.25186.25-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 74.70%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 41 (16.41% from 255) = 24.70%
R=74.70%
G=0.60%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12414100.990.670.51340.4998.424.51
Hex7C12906343331546219
Octal17415101431036352414231
Binary11111001101001011000111000011110011101010100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,1,41); }

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

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

 a { background-color: rgb(124,1,41); }

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

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

 span { border-color: rgb(124,1,41); }

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