#761500

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

Shades of Maroon #761500

Tints of Maroon #761500

Color information

#761500 (or 0x761500) is unknown color: approx Maroon. HEX triplet: 76, 15 and 00. RGB value is (118,21,0). Sum of RGB (Red+Green+Blue) = 118+21+0=139 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.89% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 118 - color contains mainly: red. Hex color #761500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761500 is #89EAFF. Grayscale: #2F2F2F. Windows color (decimal): -9038592 or 5494. OLE color: 5494.

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

Color convert

RGB118210-
CMYK00.8210.54
HSL10.68º100%23.14%-
HSV(B)10.68º100%46.27%-
XYZ7.744.390.44-
YUV47.61101.14178.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 84.89%
GREEN value IS 21 (8.59% from 255) = 15.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.89%
G=15.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11821000.8210.5410.6810023.14
Hex761500526436b6417
Octal1662500122144661314427
Binary11101101010100101001011001001101101011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761500; }

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

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

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

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

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

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

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

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