#761600

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

Shades of Maroon #761600

Tints of Maroon #761600

Color information

#761600 (or 0x761600) is unknown color: approx Maroon. HEX triplet: 76, 16 and 00. RGB value is (118,22,0). Sum of RGB (Red+Green+Blue) = 118+22+0=140 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.29% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 118 - color contains mainly: red. Hex color #761600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761600 is #89E9FF. Grayscale: #303030. Windows color (decimal): -9038336 or 5750. OLE color: 5750.

HSL color Cylindrical-coordinate representation of color #761600: hue angle of 11.19º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #761600 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB118220-
CMYK00.8110.54
HSL11.19º100%23.14%-
HSV(B)11.19º100%46.27%-
XYZ7.764.430.45-
YUV48.2100.8177.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 84.29%
GREEN value IS 22 (8.98% from 255) = 15.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.29%
G=15.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11822000.8110.5411.1910023.14
Hex761600516436b6417
Octal1662600121144661314427
Binary11101101011000101000111001001101101011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761600; }

 p { color: rgb(118,22,0); }

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

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

 a { background-color: rgb(118,22,0); }

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

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

 span { border-color: rgb(118,22,0); }

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