#761301

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

Shades of Maroon #761301

Tints of Maroon #761301

Color information

#761301 (or 0x761301) is unknown color: approx Maroon. HEX triplet: 76, 13 and 01. RGB value is (118,19,1). Sum of RGB (Red+Green+Blue) = 118+19+1=138 (18% of max value = 765). Red value is 118 (46.48% from 255 or 85.51% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 118 - color contains mainly: red. Hex color #761301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761301 is #89ECFE. Grayscale: #2E2E2E. Windows color (decimal): -9039103 or 70518. OLE color: 70518.

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

Color convert

RGB118191-
CMYK00.840.990.54
HSL9.23º98.32%23.33%-
HSV(B)9.23º99.15%46.27%-
XYZ7.714.320.46-
YUV46.55102.3178.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 85.51%
GREEN value IS 19 (7.81% from 255) = 13.77%
BLUE value IS 1 (0.78% from 255) = 0.72%
R=85.51%
G=13.77%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11819100.840.990.549.2398.3223.33
Hex76131054633696217
Octal1662310124143661114227
Binary11101101001110101010011000111101101001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761301; }

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

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

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

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

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

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

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

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