#730B0A

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

Shades of Maroon #730B0A

Tints of Maroon #730B0A

Color information

#730B0A (or 0x730B0A) is unknown color: approx Maroon. HEX triplet: 73, 0B and 0A. RGB value is (115,11,10). Sum of RGB (Red+Green+Blue) = 115+11+10=136 (18% of max value = 765). Red value is 115 (45.31% from 255 or 84.56% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 115 - color contains mainly: red. Hex color #730B0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730B0A is #8CF4F5. Grayscale: #2A2A2A. Windows color (decimal): -9237750 or 658291. OLE color: 658291.

HSL color Cylindrical-coordinate representation of color #730B0A: hue angle of 0.57º 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 #730B0A is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1151110-
CMYK00.900.910.55
HSL0.57º84%24.51%-
HSV(B)0.57º91.3%45.1%-
XYZ7.243.910.66-
YUV41.98109.96180.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 84.56%
GREEN value IS 11 (4.69% from 255) = 8.09%
BLUE value IS 10 (4.30% from 255) = 7.35%
R=84.56%
G=8.09%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115111000.900.910.550.578424.51
Hex73BA05A5B3715419
Octal1631312013213367112431
Binary1110011101110100101101010110111101111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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