#750F00

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

Shades of Maroon #750F00

Tints of Maroon #750F00

Color information

#750F00 (or 0x750F00) is unknown color: approx Maroon. HEX triplet: 75, 0F and 00. RGB value is (117,15,0). Sum of RGB (Red+Green+Blue) = 117+15+0=132 (17% of max value = 765). Red value is 117 (46.09% from 255 or 88.64% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 117 - color contains mainly: red. Hex color #750F00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750F00 is #8AF0FF. Grayscale: #2B2B2B. Windows color (decimal): -9105664 or 3957. OLE color: 3957.

HSL color Cylindrical-coordinate representation of color #750F00: hue angle of 7.69º 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 #750F00 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB117150-
CMYK00.8710.54
HSL7.69º100%22.94%-
HSV(B)7.69º100%45.88%-
XYZ7.514.120.4-
YUV43.79103.29180.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 88.64%
GREEN value IS 15 (6.25% from 255) = 11.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=88.64%
G=11.36%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11715000.8710.547.6910022.94
Hex75F0057643686417
Octal1651700127144661014427
Binary1110101111100101011111001001101101000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750F00; }

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

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

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

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

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

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

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

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