#7C1112

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

Shades of Sangria #7C1112

Tints of Sangria #7C1112

Color information

#7C1112 (or 0x7C1112) is unknown color: approx Sangria. HEX triplet: 7C, 11 and 12. RGB value is (124,17,18). Sum of RGB (Red+Green+Blue) = 124+17+18=159 (21% of max value = 765). Red value is 124 (48.83% from 255 or 77.99% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1112 is #83EEED. Grayscale: #313131. Windows color (decimal): -8646382 or 1184124. OLE color: 1184124.

HSL color Cylindrical-coordinate representation of color #7C1112: hue angle of 359.44º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C1112 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB1241718-
CMYK00.860.850.51
HSL359.44º75.89%27.65%-
HSV(B)359.44º86.29%48.63%-
XYZ8.624.731.03-
YUV49.11110.45181.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 77.99%
GREEN value IS 17 (7.03% from 255) = 10.69%
BLUE value IS 18 (7.42% from 255) = 11.32%
R=77.99%
G=10.69%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124171800.860.850.51359.4475.8927.65
Hex7C111205655331674c1c
Octal174212201261256354711434
Binary11111001000110010010101101010101110011101100111100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,17,18); }

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

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

 a { background-color: rgb(124,17,18); }

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

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

 span { border-color: rgb(124,17,18); }

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