#7C1028

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

Shades of Burgundy #7C1028

Tints of Burgundy #7C1028

Color information

#7C1028 (or 0x7C1028) is unknown color: approx Burgundy. HEX triplet: 7C, 10 and 28. RGB value is (124,16,40). Sum of RGB (Red+Green+Blue) = 124+16+40=180 (23% of max value = 765). Red value is 124 (48.83% from 255 or 68.89% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1028 is #83EFD7. Grayscale: #333333. Windows color (decimal): -8646616 or 2625660. OLE color: 2625660.

HSL color Cylindrical-coordinate representation of color #7C1028: hue angle of 346.67º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C1028 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB1241640-
CMYK00.870.680.51
HSL346.67º77.14%27.45%-
HSV(B)346.67º87.1%48.63%-
XYZ8.884.812.47-
YUV51.03121.78180.05-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 68.89%
GREEN value IS 16 (6.64% from 255) = 8.89%
BLUE value IS 40 (16.02% from 255) = 22.22%
R=68.89%
G=8.89%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124164000.870.680.51346.6777.1427.45
Hex7C1028057443315b4d1b
Octal174205001271046353311533
Binary111110010000101000010101111000100110011101011011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,16,40); }

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

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

 a { background-color: rgb(124,16,40); }

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

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

 span { border-color: rgb(124,16,40); }

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