#750100

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

Shades of Maroon #750100

Tints of Maroon #750100

Color information

#750100 (or 0x750100) is unknown color: approx Maroon. HEX triplet: 75, 01 and 00. RGB value is (117,1,0). Sum of RGB (Red+Green+Blue) = 117+1+0=118 (15% of max value = 765). Red value is 117 (46.09% from 255 or 99.15% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 117 - color contains mainly: red. Hex color #750100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750100 is #8AFEFF. Grayscale: #232323. Windows color (decimal): -9109248 or 373. OLE color: 373.

HSL color Cylindrical-coordinate representation of color #750100: hue angle of 0.51º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #750100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB11710-
CMYK00.9910.54
HSL0.51º100%22.94%-
HSV(B)0.51º100%45.88%-
XYZ7.353.80.35-
YUV35.57107.93186.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 99.15%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=99.15%
G=0.85%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171000.9910.540.5110022.94
Hex7510063643616417
Octal16510014314466114427
Binary1110101100110001111001001101101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750100; }

 p { color: rgb(117,1,0); }

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

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

 a { background-color: rgb(117,1,0); }

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

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

 span { border-color: rgb(117,1,0); }

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