#730A0A

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

Shades of Maroon #730A0A

Tints of Maroon #730A0A

Color information

#730A0A (or 0x730A0A) is unknown color: approx Maroon. HEX triplet: 73, 0A and 0A. RGB value is (115,10,10). Sum of RGB (Red+Green+Blue) = 115+10+10=135 (17% of max value = 765). Red value is 115 (45.31% from 255 or 85.19% from 135); Green value is 10 (4.30% from 255 or 7.41% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 115 - color contains mainly: red. Hex color #730A0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730A0A is #8CF5F5. Grayscale: #292929. Windows color (decimal): -9238006 or 658035. OLE color: 658035.

HSL color Cylindrical-coordinate representation of color #730A0A: hue angle of 0º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730A0A is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1151010-
CMYK00.910.910.55
HSL84%24.51%-
HSV(B)91.3%45.1%-
XYZ7.233.880.66-
YUV41.4110.29180.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 85.19%
GREEN value IS 10 (4.30% from 255) = 7.41%
BLUE value IS 10 (4.30% from 255) = 7.41%
R=85.19%
G=7.41%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115101000.910.910.5508424.51
Hex73AA05B5B3705419
Octal1631212013313367012431
Binary1110011101010100101101110110111101110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730A0A; }

 p { color: rgb(115,10,10); }

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

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

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

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

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

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

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