#730502

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

Shades of Maroon #730502

Tints of Maroon #730502

Color information

#730502 (or 0x730502) is unknown color: approx Maroon. HEX triplet: 73, 05 and 02. RGB value is (115,5,2). Sum of RGB (Red+Green+Blue) = 115+5+2=122 (16% of max value = 765). Red value is 115 (45.31% from 255 or 94.26% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 115 - color contains mainly: red. Hex color #730502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730502 is #8CFAFD. Grayscale: #252525. Windows color (decimal): -9239294 or 132467. OLE color: 132467.

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

Color convert

RGB11552-
CMYK00.960.980.55
HSL1.59º96.58%22.94%-
HSV(B)1.59º98.26%45.1%-
XYZ7.143.760.41-
YUV37.55107.94183.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 94.26%
GREEN value IS 5 (2.34% from 255) = 4.10%
BLUE value IS 2 (1.17% from 255) = 1.64%
R=94.26%
G=4.10%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1155200.960.980.551.5996.5822.94
Hex7352060623726117
Octal16352014014267214127
Binary11100111011001100000110001011011110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730502; }

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

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

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

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

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

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

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

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