#7D1006

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

Shades of Maroon #7D1006

Tints of Maroon #7D1006

Color information

#7D1006 (or 0x7D1006) is unknown color: approx Maroon. HEX triplet: 7D, 10 and 06. RGB value is (125,16,6). Sum of RGB (Red+Green+Blue) = 125+16+6=147 (19% of max value = 765). Red value is 125 (49.22% from 255 or 85.03% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 6 (2.73% from 255 or 4.08% from 147); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D1006 is #82EFF9. Grayscale: #2F2F2F. Windows color (decimal): -8581114 or 397437. OLE color: 397437.

HSL color Cylindrical-coordinate representation of color #7D1006: hue angle of 5.04º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D1006 is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.51.

Color convert

RGB125166-
CMYK00.870.950.51
HSL5.04º90.84%25.69%-
HSV(B)5.04º95.2%49.02%-
XYZ8.684.740.63-
YUV47.45104.61183.31-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 85.03%
GREEN value IS 16 (6.64% from 255) = 10.88%
BLUE value IS 6 (2.73% from 255) = 4.08%
R=85.03%
G=10.88%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.95
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12516600.870.950.515.0490.8425.69
Hex7D1060575F3355b1a
Octal175206012713763513332
Binary111110110000110010101111011111110011101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,16,6); }

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

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

 a { background-color: rgb(125,16,6); }

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

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

 span { border-color: rgb(125,16,6); }

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