#751103

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

Shades of Maroon #751103

Tints of Maroon #751103

Color information

#751103 (or 0x751103) is unknown color: approx Maroon. HEX triplet: 75, 11 and 03. RGB value is (117,17,3). Sum of RGB (Red+Green+Blue) = 117+17+3=137 (18% of max value = 765). Red value is 117 (46.09% from 255 or 85.40% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 117 - color contains mainly: red. Hex color #751103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751103 is #8AEEFC. Grayscale: #2D2D2D. Windows color (decimal): -9105149 or 201077. OLE color: 201077.

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

Color convert

RGB117173-
CMYK00.850.970.54
HSL7.37º95%23.53%-
HSV(B)7.37º97.44%45.88%-
XYZ7.554.190.5-
YUV45.3104.13179.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 85.40%
GREEN value IS 17 (7.03% from 255) = 12.41%
BLUE value IS 3 (1.56% from 255) = 2.19%
R=85.40%
G=12.41%
B=2.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11717300.850.970.547.379523.53
Hex75113055613675f18
Octal165213012514166713730
Binary11101011000111010101011100001110110111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751103; }

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

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

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

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

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

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

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

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