#761300

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

Shades of Maroon #761300

Tints of Maroon #761300

Color information

#761300 (or 0x761300) is unknown color: approx Maroon. HEX triplet: 76, 13 and 00. RGB value is (118,19,0). Sum of RGB (Red+Green+Blue) = 118+19+0=137 (18% of max value = 765). Red value is 118 (46.48% from 255 or 86.13% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 118 - color contains mainly: red. Hex color #761300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761300 is #89ECFF. Grayscale: #2E2E2E. Windows color (decimal): -9039104 or 4982. OLE color: 4982.

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

Color convert

RGB118190-
CMYK00.8410.54
HSL9.66º100%23.14%-
HSV(B)9.66º100%46.27%-
XYZ7.74.320.43-
YUV46.43101.8179.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 86.13%
GREEN value IS 19 (7.81% from 255) = 13.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.13%
G=13.87%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11819000.8410.549.6610023.14
Hex761300546436a6417
Octal1662300124144661214427
Binary11101101001100101010011001001101101010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761300; }

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

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

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

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

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

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

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

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