#750B07

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

Shades of Maroon #750B07

Tints of Maroon #750B07

Color information

#750B07 (or 0x750B07) is unknown color: approx Maroon. HEX triplet: 75, 0B and 07. RGB value is (117,11,7). Sum of RGB (Red+Green+Blue) = 117+11+7=135 (17% of max value = 765). Red value is 117 (46.09% from 255 or 86.67% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 7 (3.12% from 255 or 5.19% from 135); Max value from RGB is 117 - color contains mainly: red. Hex color #750B07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750B07 is #8AF4F8. Grayscale: #2A2A2A. Windows color (decimal): -9106681 or 461685. OLE color: 461685.

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

Color convert

RGB117117-
CMYK00.910.940.54
HSL2.18º88.71%24.31%-
HSV(B)2.18º94.02%45.88%-
XYZ7.494.040.59-
YUV42.24108.12181.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 86.67%
GREEN value IS 11 (4.69% from 255) = 8.15%
BLUE value IS 7 (3.12% from 255) = 5.19%
R=86.67%
G=8.15%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711700.910.940.542.1888.7124.31
Hex75B705B5E3625918
Octal165137013313666213130
Binary1110101101111101011011101111011011010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,11,7); }

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

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

 a { background-color: rgb(117,11,7); }

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

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

 span { border-color: rgb(117,11,7); }

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