#750500

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

Shades of Maroon #750500

Tints of Maroon #750500

Color information

#750500 (or 0x750500) is unknown color: approx Maroon. HEX triplet: 75, 05 and 00. RGB value is (117,5,0). Sum of RGB (Red+Green+Blue) = 117+5+0=122 (16% of max value = 765). Red value is 117 (46.09% from 255 or 95.90% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 117 - color contains mainly: red. Hex color #750500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750500 is #8AFAFF. Grayscale: #262626. Windows color (decimal): -9108224 or 1397. OLE color: 1397.

HSL color Cylindrical-coordinate representation of color #750500: hue angle of 2.56º 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 #750500 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB11750-
CMYK00.9610.54
HSL2.56º100%22.94%-
HSV(B)2.56º100%45.88%-
XYZ7.393.890.36-
YUV37.92106.61184.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 95.90%
GREEN value IS 5 (2.34% from 255) = 4.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=95.90%
G=4.10%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175000.9610.542.5610022.94
Hex7550060643636417
Octal16550014014466314427
Binary1110101101001100000110010011011011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750500; }

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

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

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

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

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

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

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

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