#750E05

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

Shades of Maroon #750E05

Tints of Maroon #750E05

Color information

#750E05 (or 0x750E05) is unknown color: approx Maroon. HEX triplet: 75, 0E and 05. RGB value is (117,14,5). Sum of RGB (Red+Green+Blue) = 117+14+5=136 (18% of max value = 765). Red value is 117 (46.09% from 255 or 86.03% from 136); Green value is 14 (5.86% from 255 or 10.29% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 117 - color contains mainly: red. Hex color #750E05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750E05 is #8AF1FA. Grayscale: #2B2B2B. Windows color (decimal): -9105915 or 331381. OLE color: 331381.

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

Color convert

RGB117145-
CMYK00.880.960.54
HSL4.82º91.8%23.92%-
HSV(B)4.82º95.73%45.88%-
XYZ7.524.110.54-
YUV43.77106.12180.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 86.03%
GREEN value IS 14 (5.86% from 255) = 10.29%
BLUE value IS 5 (2.34% from 255) = 3.68%
R=86.03%
G=10.29%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11714500.880.960.544.8291.823.92
Hex75E5058603655c18
Octal165165013014066513430
Binary11101011110101010110001100000110110101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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