#751107

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

Shades of Maroon #751107

Tints of Maroon #751107

Color information

#751107 (or 0x751107) is unknown color: approx Maroon. HEX triplet: 75, 11 and 07. RGB value is (117,17,7). Sum of RGB (Red+Green+Blue) = 117+17+7=141 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.98% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 117 - color contains mainly: red. Hex color #751107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751107 is #8AEEF8. Grayscale: #2D2D2D. Windows color (decimal): -9105145 or 463221. OLE color: 463221.

HSL color Cylindrical-coordinate representation of color #751107: hue angle of 5.45º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #751107 is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB117177-
CMYK00.850.940.54
HSL5.45º88.71%24.31%-
HSV(B)5.45º94.02%45.88%-
XYZ7.574.20.61-
YUV45.76106.13178.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 82.98%
GREEN value IS 17 (7.03% from 255) = 12.06%
BLUE value IS 7 (3.12% from 255) = 4.96%
R=82.98%
G=12.06%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11717700.850.940.545.4588.7124.31
Hex751170555E3655918
Octal165217012513666513130
Binary111010110001111010101011011110110110101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751107; }

 p { color: rgb(117,17,7); }

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

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

 a { background-color: rgb(117,17,7); }

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

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

 span { border-color: rgb(117,17,7); }

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