#751104

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

Shades of Maroon #751104

Tints of Maroon #751104

Color information

#751104 (or 0x751104) is unknown color: approx Maroon. HEX triplet: 75, 11 and 04. RGB value is (117,17,4). Sum of RGB (Red+Green+Blue) = 117+17+4=138 (18% of max value = 765). Red value is 117 (46.09% from 255 or 84.78% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 4 (1.95% from 255 or 2.90% from 138); Max value from RGB is 117 - color contains mainly: red. Hex color #751104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751104 is #8AEEFB. Grayscale: #2D2D2D. Windows color (decimal): -9105148 or 266613. OLE color: 266613.

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

Color convert

RGB117174-
CMYK00.850.970.54
HSL6.9º93.39%23.73%-
HSV(B)6.9º96.58%45.88%-
XYZ7.564.190.53-
YUV45.42104.63179.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 84.78%
GREEN value IS 17 (7.03% from 255) = 12.32%
BLUE value IS 4 (1.95% from 255) = 2.90%
R=84.78%
G=12.32%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11717400.850.970.546.993.3923.73
Hex75114055613675d18
Octal165214012514166713530
Binary111010110001100010101011100001110110111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751104; }

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

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

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

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

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

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

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

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