#7C1102

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

Shades of Maroon #7C1102

Tints of Maroon #7C1102

Color information

#7C1102 (or 0x7C1102) is unknown color: approx Maroon. HEX triplet: 7C, 11 and 02. RGB value is (124,17,2). Sum of RGB (Red+Green+Blue) = 124+17+2=143 (18% of max value = 765). Red value is 124 (48.83% from 255 or 86.71% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1102 is #83EEFD. Grayscale: #2F2F2F. Windows color (decimal): -8646398 or 135548. OLE color: 135548.

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

Color convert

RGB124172-
CMYK00.860.980.51
HSL7.38º96.83%24.71%-
HSV(B)7.38º98.39%48.63%-
XYZ8.524.690.51-
YUV47.28102.45182.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 86.71%
GREEN value IS 17 (7.03% from 255) = 11.89%
BLUE value IS 2 (1.17% from 255) = 1.40%
R=86.71%
G=11.89%
B=1.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12417200.860.980.517.3896.8324.71
Hex7C112056623376119
Octal174212012614263714131
Binary11111001000110010101101100010110011111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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