#761105

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

Shades of Maroon #761105

Tints of Maroon #761105

Color information

#761105 (or 0x761105) is unknown color: approx Maroon. HEX triplet: 76, 11 and 05. RGB value is (118,17,5). Sum of RGB (Red+Green+Blue) = 118+17+5=140 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.29% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 118 - color contains mainly: red. Hex color #761105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761105 is #89EEFA. Grayscale: #2D2D2D. Windows color (decimal): -9039611 or 332150. OLE color: 332150.

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

Color convert

RGB118175-
CMYK00.860.960.54
HSL6.37º91.87%24.12%-
HSV(B)6.37º95.76%46.27%-
XYZ7.74.260.56-
YUV45.83104.96179.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 84.29%
GREEN value IS 17 (7.03% from 255) = 12.14%
BLUE value IS 5 (2.34% from 255) = 3.57%
R=84.29%
G=12.14%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11817500.860.960.546.3791.8724.12
Hex76115056603665c18
Octal166215012614066613430
Binary111011010001101010101101100000110110110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761105; }

 p { color: rgb(118,17,5); }

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

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

 a { background-color: rgb(118,17,5); }

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

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

 span { border-color: rgb(118,17,5); }

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