#760B09

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

Shades of Maroon #760B09

Tints of Maroon #760B09

Color information

#760B09 (or 0x760B09) is unknown color: approx Maroon. HEX triplet: 76, 0B and 09. RGB value is (118,11,9). Sum of RGB (Red+Green+Blue) = 118+11+9=138 (18% of max value = 765). Red value is 118 (46.48% from 255 or 85.51% from 138); Green value is 11 (4.69% from 255 or 7.97% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 118 - color contains mainly: red. Hex color #760B09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760B09 is #89F4F6. Grayscale: #2A2A2A. Windows color (decimal): -9041143 or 592758. OLE color: 592758.

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

Color convert

RGB118119-
CMYK00.910.920.54
HSL1.1º85.83%24.9%-
HSV(B)1.1º92.37%46.27%-
XYZ7.644.110.65-
YUV42.76108.95181.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 85.51%
GREEN value IS 11 (4.69% from 255) = 7.97%
BLUE value IS 9 (3.91% from 255) = 6.52%
R=85.51%
G=7.97%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811900.910.920.541.185.8324.9
Hex76B905B5C3615619
Octal1661311013313466112631
Binary1110110101110010101101110111001101101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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