#731401

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

Shades of Maroon #731401

Tints of Maroon #731401

Color information

#731401 (or 0x731401) is unknown color: approx Maroon. HEX triplet: 73, 14 and 01. RGB value is (115,20,1). Sum of RGB (Red+Green+Blue) = 115+20+1=136 (18% of max value = 765). Red value is 115 (45.31% from 255 or 84.56% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 115 - color contains mainly: red. Hex color #731401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731401 is #8CEBFE. Grayscale: #2E2E2E. Windows color (decimal): -9235455 or 70771. OLE color: 70771.

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

Color convert

RGB115201-
CMYK00.830.990.55
HSL10º98.28%22.75%-
HSV(B)10º99.13%45.1%-
XYZ7.334.150.44-
YUV46.24102.47177.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 84.56%
GREEN value IS 20 (8.20% from 255) = 14.71%
BLUE value IS 1 (0.78% from 255) = 0.74%
R=84.56%
G=14.71%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11520100.830.990.551098.2822.75
Hex731410536337a6217
Octal1632410123143671214227
Binary11100111010010101001111000111101111010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731401; }

 p { color: rgb(115,20,1); }

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

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

 a { background-color: rgb(115,20,1); }

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

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

 span { border-color: rgb(115,20,1); }

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