#760D09

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

Shades of Maroon #760D09

Tints of Maroon #760D09

Color information

#760D09 (or 0x760D09) is unknown color: approx Maroon. HEX triplet: 76, 0D and 09. RGB value is (118,13,9). Sum of RGB (Red+Green+Blue) = 118+13+9=140 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.29% from 140); Green value is 13 (5.47% from 255 or 9.29% from 140); Blue value is 9 (3.91% from 255 or 6.43% from 140); Max value from RGB is 118 - color contains mainly: red. Hex color #760D09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760D09 is #89F2F6. Grayscale: #2C2C2C. Windows color (decimal): -9040631 or 593270. OLE color: 593270.

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

Color convert

RGB118139-
CMYK00.890.920.54
HSL2.2º85.83%24.9%-
HSV(B)2.2º92.37%46.27%-
XYZ7.664.160.66-
YUV43.94108.29180.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 84.29%
GREEN value IS 13 (5.47% from 255) = 9.29%
BLUE value IS 9 (3.91% from 255) = 6.43%
R=84.29%
G=9.29%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11813900.890.920.542.285.8324.9
Hex76D90595C3625619
Octal1661511013113466212631
Binary11101101101100101011001101110011011010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760D09; }

 p { color: rgb(118,13,9); }

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

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

 a { background-color: rgb(118,13,9); }

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

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

 span { border-color: rgb(118,13,9); }

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