#750A09

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

Shades of Maroon #750A09

Tints of Maroon #750A09

Color information

#750A09 (or 0x750A09) is unknown color: approx Maroon. HEX triplet: 75, 0A and 09. RGB value is (117,10,9). Sum of RGB (Red+Green+Blue) = 117+10+9=136 (18% of max value = 765). Red value is 117 (46.09% from 255 or 86.03% from 136); Green value is 10 (4.30% from 255 or 7.35% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 117 - color contains mainly: red. Hex color #750A09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750A09 is #8AF5F6. Grayscale: #292929. Windows color (decimal): -9106935 or 592501. OLE color: 592501.

HSL color Cylindrical-coordinate representation of color #750A09: hue angle of 0.56º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #750A09 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB117109-
CMYK00.910.920.54
HSL0.56º85.71%24.71%-
HSV(B)0.56º92.31%45.88%-
XYZ7.494.020.64-
YUV41.88109.45181.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 86.03%
GREEN value IS 10 (4.30% from 255) = 7.35%
BLUE value IS 9 (3.91% from 255) = 6.62%
R=86.03%
G=7.35%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710900.910.920.540.5685.7124.71
Hex75A905B5C3615619
Octal1651211013313466112631
Binary1110101101010010101101110111001101101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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