#750F06

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

Shades of Maroon #750F06

Tints of Maroon #750F06

Color information

#750F06 (or 0x750F06) is unknown color: approx Maroon. HEX triplet: 75, 0F and 06. RGB value is (117,15,6). Sum of RGB (Red+Green+Blue) = 117+15+6=138 (18% of max value = 765). Red value is 117 (46.09% from 255 or 84.78% from 138); Green value is 15 (6.25% from 255 or 10.87% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 117 - color contains mainly: red. Hex color #750F06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750F06 is #8AF0F9. Grayscale: #2C2C2C. Windows color (decimal): -9105658 or 397173. OLE color: 397173.

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

Color convert

RGB117156-
CMYK00.870.950.54
HSL4.86º90.24%24.12%-
HSV(B)4.86º94.87%45.88%-
XYZ7.544.140.57-
YUV44.47106.29179.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 84.78%
GREEN value IS 15 (6.25% from 255) = 10.87%
BLUE value IS 6 (2.73% from 255) = 4.35%
R=84.78%
G=10.87%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11715600.870.950.544.8690.2424.12
Hex75F60575F3655a18
Octal165176012713766513230
Binary11101011111110010101111011111110110101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,15,6); }

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

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

 a { background-color: rgb(117,15,6); }

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

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

 span { border-color: rgb(117,15,6); }

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