#750C04

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

Shades of Maroon #750C04

Tints of Maroon #750C04

Color information

#750C04 (or 0x750C04) is unknown color: approx Maroon. HEX triplet: 75, 0C and 04. RGB value is (117,12,4). Sum of RGB (Red+Green+Blue) = 117+12+4=133 (17% of max value = 765). Red value is 117 (46.09% from 255 or 87.97% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 117 - color contains mainly: red. Hex color #750C04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750C04 is #8AF3FB. Grayscale: #2A2A2A. Windows color (decimal): -9106428 or 265333. OLE color: 265333.

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

Color convert

RGB117124-
CMYK00.900.970.54
HSL4.25º93.39%23.73%-
HSV(B)4.25º96.58%45.88%-
XYZ7.494.050.5-
YUV42.48106.29181.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 87.97%
GREEN value IS 12 (5.08% from 255) = 9.02%
BLUE value IS 4 (1.95% from 255) = 3.01%
R=87.97%
G=9.02%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11712400.900.970.544.2593.3923.73
Hex75C405A613645d18
Octal165144013214166413530
Binary11101011100100010110101100001110110100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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