#7C1011

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

Shades of Sangria #7C1011

Tints of Sangria #7C1011

Color information

#7C1011 (or 0x7C1011) is unknown color: approx Sangria. HEX triplet: 7C, 10 and 11. RGB value is (124,16,17). Sum of RGB (Red+Green+Blue) = 124+16+17=157 (20% of max value = 765). Red value is 124 (48.83% from 255 or 78.98% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1011 is #83EFEE. Grayscale: #303030. Windows color (decimal): -8646639 or 1118332. OLE color: 1118332.

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

Color convert

RGB1241617-
CMYK00.870.860.51
HSL359.44º77.14%27.45%-
HSV(B)359.44º87.1%48.63%-
XYZ8.64.70.98-
YUV48.41110.28181.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 78.98%
GREEN value IS 16 (6.64% from 255) = 10.19%
BLUE value IS 17 (7.03% from 255) = 10.83%
R=78.98%
G=10.19%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124161700.870.860.51359.4477.1427.45
Hex7C101105756331674d1b
Octal174202101271266354711533
Binary11111001000010001010101111010110110011101100111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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