#7C1024

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

Shades of Burgundy #7C1024

Tints of Burgundy #7C1024

Color information

#7C1024 (or 0x7C1024) is unknown color: approx Burgundy. HEX triplet: 7C, 10 and 24. RGB value is (124,16,36). Sum of RGB (Red+Green+Blue) = 124+16+36=176 (23% of max value = 765). Red value is 124 (48.83% from 255 or 70.45% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1024 is #83EFDB. Grayscale: #323232. Windows color (decimal): -8646620 or 2363516. OLE color: 2363516.

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

Color convert

RGB1241636-
CMYK00.870.710.51
HSL348.89º77.14%27.45%-
HSV(B)348.89º87.1%48.63%-
XYZ8.824.782.13-
YUV50.57119.78180.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 70.45%
GREEN value IS 16 (6.64% from 255) = 9.09%
BLUE value IS 36 (14.45% from 255) = 20.45%
R=70.45%
G=9.09%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.71
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124163600.870.710.51348.8977.1427.45
Hex7C1024057473315d4d1b
Octal174204401271076353511533
Binary111110010000100100010101111000111110011101011101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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