#7D1102

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

Shades of Maroon #7D1102

Tints of Maroon #7D1102

Color information

#7D1102 (or 0x7D1102) is unknown color: approx Maroon. HEX triplet: 7D, 11 and 02. RGB value is (125,17,2). Sum of RGB (Red+Green+Blue) = 125+17+2=144 (19% of max value = 765). Red value is 125 (49.22% from 255 or 86.81% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D1102 is #82EEFD. Grayscale: #2F2F2F. Windows color (decimal): -8580862 or 135549. OLE color: 135549.

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

Color convert

RGB125172-
CMYK00.860.980.51
HSL7.32º96.85%24.9%-
HSV(B)7.32º98.4%49.02%-
XYZ8.674.770.52-
YUV47.58102.28183.22-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 86.81%
GREEN value IS 17 (7.03% from 255) = 11.81%
BLUE value IS 2 (1.17% from 255) = 1.39%
R=86.81%
G=11.81%
B=1.39%

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
Decimal12517200.860.980.517.3296.8524.9
Hex7D112056623376119
Octal175212012614263714131
Binary11111011000110010101101100010110011111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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