#760E09

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

Shades of Maroon #760E09

Tints of Maroon #760E09

Color information

#760E09 (or 0x760E09) is unknown color: approx Maroon. HEX triplet: 76, 0E and 09. RGB value is (118,14,9). Sum of RGB (Red+Green+Blue) = 118+14+9=141 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.69% from 141); Green value is 14 (5.86% from 255 or 9.93% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 118 - color contains mainly: red. Hex color #760E09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760E09 is #89F1F6. Grayscale: #2C2C2C. Windows color (decimal): -9040375 or 593526. OLE color: 593526.

HSL color Cylindrical-coordinate representation of color #760E09: hue angle of 2.75º 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 #760E09 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB118149-
CMYK00.880.920.54
HSL2.75º85.83%24.9%-
HSV(B)2.75º92.37%46.27%-
XYZ7.684.190.66-
YUV44.53107.96180.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 83.69%
GREEN value IS 14 (5.86% from 255) = 9.93%
BLUE value IS 9 (3.91% from 255) = 6.38%
R=83.69%
G=9.93%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11814900.880.920.542.7585.8324.9
Hex76E90585C3635619
Octal1661611013013466312631
Binary11101101110100101011000101110011011011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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