#761800

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

Shades of Maroon #761800

Tints of Maroon #761800

Color information

#761800 (or 0x761800) is unknown color: approx Maroon. HEX triplet: 76, 18 and 00. RGB value is (118,24,0). Sum of RGB (Red+Green+Blue) = 118+24+0=142 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.10% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 118 - color contains mainly: red. Hex color #761800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761800 is #89E7FF. Grayscale: #313131. Windows color (decimal): -9037824 or 6262. OLE color: 6262.

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

Color convert

RGB118240-
CMYK00.8010.54
HSL12.2º100%23.14%-
HSV(B)12.2º100%46.27%-
XYZ7.84.50.46-
YUV49.37100.14176.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 83.10%
GREEN value IS 24 (9.77% from 255) = 16.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.10%
G=16.90%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11824000.8010.5412.210023.14
Hex761800506436c6417
Octal1663000120144661414427
Binary11101101100000101000011001001101101100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761800; }

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

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

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

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

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

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

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

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