#761005

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

Shades of Maroon #761005

Tints of Maroon #761005

Color information

#761005 (or 0x761005) is unknown color: approx Maroon. HEX triplet: 76, 10 and 05. RGB value is (118,16,5). Sum of RGB (Red+Green+Blue) = 118+16+5=139 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.89% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 118 - color contains mainly: red. Hex color #761005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761005 is #89EFFA. Grayscale: #2D2D2D. Windows color (decimal): -9039867 or 331894. OLE color: 331894.

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

Color convert

RGB118165-
CMYK00.860.960.54
HSL5.84º91.87%24.12%-
HSV(B)5.84º95.76%46.27%-
XYZ7.684.230.56-
YUV45.24105.29179.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 84.89%
GREEN value IS 16 (6.64% from 255) = 11.51%
BLUE value IS 5 (2.34% from 255) = 3.60%
R=84.89%
G=11.51%
B=3.60%

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
Decimal11816500.860.960.545.8491.8724.12
Hex76105056603665c18
Octal166205012614066613430
Binary111011010000101010101101100000110110110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761005; }

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

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

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

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

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

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

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

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