#750C09

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

Shades of Maroon #750C09

Tints of Maroon #750C09

Color information

#750C09 (or 0x750C09) is unknown color: approx Maroon. HEX triplet: 75, 0C and 09. RGB value is (117,12,9). Sum of RGB (Red+Green+Blue) = 117+12+9=138 (18% of max value = 765). Red value is 117 (46.09% from 255 or 84.78% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 117 - color contains mainly: red. Hex color #750C09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750C09 is #8AF3F6. Grayscale: #2B2B2B. Windows color (decimal): -9106423 or 593013. OLE color: 593013.

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

Color convert

RGB117129-
CMYK00.900.920.54
HSL1.67º85.71%24.71%-
HSV(B)1.67º92.31%45.88%-
XYZ7.524.060.65-
YUV43.05108.79180.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 84.78%
GREEN value IS 12 (5.08% from 255) = 8.70%
BLUE value IS 9 (3.91% from 255) = 6.52%
R=84.78%
G=8.70%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11712900.900.920.541.6785.7124.71
Hex75C905A5C3625619
Octal1651411013213466212631
Binary11101011100100101011010101110011011010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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