#750400

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

Shades of Maroon #750400

Tints of Maroon #750400

Color information

#750400 (or 0x750400) is unknown color: approx Maroon. HEX triplet: 75, 04 and 00. RGB value is (117,4,0). Sum of RGB (Red+Green+Blue) = 117+4+0=121 (16% of max value = 765). Red value is 117 (46.09% from 255 or 96.69% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 117 - color contains mainly: red. Hex color #750400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750400 is #8AFBFF. Grayscale: #252525. Windows color (decimal): -9108480 or 1141. OLE color: 1141.

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

Color convert

RGB11740-
CMYK00.9710.54
HSL2.05º100%22.94%-
HSV(B)2.05º100%45.88%-
XYZ7.383.870.36-
YUV37.33106.94184.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 96.69%
GREEN value IS 4 (1.95% from 255) = 3.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=96.69%
G=3.31%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174000.9710.542.0510022.94
Hex7540061643626417
Octal16540014114466214427
Binary1110101100001100001110010011011010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750400; }

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

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

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

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

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

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

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

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