#750E04

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

Shades of Maroon #750E04

Tints of Maroon #750E04

Color information

#750E04 (or 0x750E04) is unknown color: approx Maroon. HEX triplet: 75, 0E and 04. RGB value is (117,14,4). Sum of RGB (Red+Green+Blue) = 117+14+4=135 (17% of max value = 765). Red value is 117 (46.09% from 255 or 86.67% from 135); Green value is 14 (5.86% from 255 or 10.37% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 117 - color contains mainly: red. Hex color #750E04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750E04 is #8AF1FB. Grayscale: #2B2B2B. Windows color (decimal): -9105916 or 265845. OLE color: 265845.

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

Color convert

RGB117144-
CMYK00.880.970.54
HSL5.31º93.39%23.73%-
HSV(B)5.31º96.58%45.88%-
XYZ7.524.10.51-
YUV43.66105.62180.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 86.67%
GREEN value IS 14 (5.86% from 255) = 10.37%
BLUE value IS 4 (1.95% from 255) = 2.96%
R=86.67%
G=10.37%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11714400.880.970.545.3193.3923.73
Hex75E4058613655d18
Octal165164013014166513530
Binary11101011110100010110001100001110110101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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