#731005

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

Shades of Maroon #731005

Tints of Maroon #731005

Color information

#731005 (or 0x731005) is unknown color: approx Maroon. HEX triplet: 73, 10 and 05. RGB value is (115,16,5). Sum of RGB (Red+Green+Blue) = 115+16+5=136 (18% of max value = 765). Red value is 115 (45.31% from 255 or 84.56% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 115 - color contains mainly: red. Hex color #731005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731005 is #8CEFFA. Grayscale: #2C2C2C. Windows color (decimal): -9236475 or 331891. OLE color: 331891.

HSL color Cylindrical-coordinate representation of color #731005: hue angle of 6º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #731005 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB115165-
CMYK00.860.960.55
HSL91.67%23.53%-
HSV(B)95.65%45.1%-
XYZ7.284.030.54-
YUV44.35105.8178.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 84.56%
GREEN value IS 16 (6.64% from 255) = 11.76%
BLUE value IS 5 (2.34% from 255) = 3.68%
R=84.56%
G=11.76%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11516500.860.960.55691.6723.53
Hex73105056603765c18
Octal163205012614067613430
Binary111001110000101010101101100000110111110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731005; }

 p { color: rgb(115,16,5); }

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

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

 a { background-color: rgb(115,16,5); }

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

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

 span { border-color: rgb(115,16,5); }

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