#750904

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

Shades of Maroon #750904

Tints of Maroon #750904

Color information

#750904 (or 0x750904) is unknown color: approx Maroon. HEX triplet: 75, 09 and 04. RGB value is (117,9,4). Sum of RGB (Red+Green+Blue) = 117+9+4=130 (17% of max value = 765). Red value is 117 (46.09% from 255 or 90% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 4 (1.95% from 255 or 3.08% from 130); Max value from RGB is 117 - color contains mainly: red. Hex color #750904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750904 is #8AF6FB. Grayscale: #282828. Windows color (decimal): -9107196 or 264565. OLE color: 264565.

HSL color Cylindrical-coordinate representation of color #750904: hue angle of 2.65º 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 #750904 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB11794-
CMYK00.920.970.54
HSL2.65º93.39%23.73%-
HSV(B)2.65º96.58%45.88%-
XYZ7.463.990.49-
YUV40.72107.28182.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 90%
GREEN value IS 9 (3.91% from 255) = 6.92%
BLUE value IS 4 (1.95% from 255) = 3.08%
R=90%
G=6.92%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179400.920.970.542.6593.3923.73
Hex759405C613635d18
Octal165114013414166313530
Binary1110101100110001011100110000111011011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750904; }

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

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

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

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

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

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

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

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