#7C101C

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

Shades of Burgundy #7C101C

Tints of Burgundy #7C101C

Color information

#7C101C (or 0x7C101C) is unknown color: approx Burgundy. HEX triplet: 7C, 10 and 1C. RGB value is (124,16,28). Sum of RGB (Red+Green+Blue) = 124+16+28=168 (22% of max value = 765). Red value is 124 (48.83% from 255 or 73.81% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 124 - color contains mainly: red. Hex color #7C101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C101C is #83EFE3. Grayscale: #313131. Windows color (decimal): -8646628 or 1839228. OLE color: 1839228.

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

Color convert

RGB1241628-
CMYK00.870.770.51
HSL353.33º77.14%27.45%-
HSV(B)353.33º87.1%48.63%-
XYZ8.714.741.55-
YUV49.66115.78181.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 73.81%
GREEN value IS 16 (6.64% from 255) = 9.52%
BLUE value IS 28 (11.33% from 255) = 16.67%
R=73.81%
G=9.52%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.77
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124162800.870.770.51353.3377.1427.45
Hex7C101C0574D331614d1b
Octal174203401271156354111533
Binary11111001000011100010101111001101110011101100001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C101C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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