#750E0A

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

Shades of Maroon #750E0A

Tints of Maroon #750E0A

Color information

#750E0A (or 0x750E0A) is unknown color: approx Maroon. HEX triplet: 75, 0E and 0A. RGB value is (117,14,10). Sum of RGB (Red+Green+Blue) = 117+14+10=141 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.98% from 141); Green value is 14 (5.86% from 255 or 9.93% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 117 - color contains mainly: red. Hex color #750E0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750E0A is #8AF1F5. Grayscale: #2C2C2C. Windows color (decimal): -9105910 or 659061. OLE color: 659061.

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

Color convert

RGB1171410-
CMYK00.880.910.54
HSL2.24º84.25%24.9%-
HSV(B)2.24º91.45%45.88%-
XYZ7.554.120.68-
YUV44.34108.62179.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 82.98%
GREEN value IS 14 (5.86% from 255) = 9.93%
BLUE value IS 10 (4.30% from 255) = 7.09%
R=82.98%
G=9.93%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117141000.880.910.542.2484.2524.9
Hex75EA0585B3625419
Octal1651612013013366212431
Binary11101011110101001011000101101111011010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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