#750503

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

Shades of Maroon #750503

Tints of Maroon #750503

Color information

#750503 (or 0x750503) is unknown color: approx Maroon. HEX triplet: 75, 05 and 03. RGB value is (117,5,3). Sum of RGB (Red+Green+Blue) = 117+5+3=125 (16% of max value = 765). Red value is 117 (46.09% from 255 or 93.6% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 117 - color contains mainly: red. Hex color #750503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750503 is #8AFAFC. Grayscale: #262626. Windows color (decimal): -9108221 or 198005. OLE color: 198005.

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

Color convert

RGB11753-
CMYK00.960.970.54
HSL1.05º95%23.53%-
HSV(B)1.05º97.44%45.88%-
XYZ7.413.90.45-
YUV38.26108.11184.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 93.6%
GREEN value IS 5 (2.34% from 255) = 4%
BLUE value IS 3 (1.56% from 255) = 2.4%
R=93.6%
G=4%
B=2.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175300.960.970.541.059523.53
Hex7553060613615f18
Octal16553014014166113730
Binary1110101101110110000011000011101101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750503; }

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

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

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

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

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

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

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

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