#730E07

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

Shades of Maroon #730E07

Tints of Maroon #730E07

Color information

#730E07 (or 0x730E07) is unknown color: approx Maroon. HEX triplet: 73, 0E and 07. RGB value is (115,14,7). Sum of RGB (Red+Green+Blue) = 115+14+7=136 (18% of max value = 765). Red value is 115 (45.31% from 255 or 84.56% from 136); Green value is 14 (5.86% from 255 or 10.29% from 136); Blue value is 7 (3.12% from 255 or 5.15% from 136); Max value from RGB is 115 - color contains mainly: red. Hex color #730E07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730E07 is #8CF1F8. Grayscale: #2B2B2B. Windows color (decimal): -9236985 or 462451. OLE color: 462451.

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

Color convert

RGB115147-
CMYK00.880.940.55
HSL3.89º88.52%23.92%-
HSV(B)3.89º93.91%45.1%-
XYZ7.273.970.59-
YUV43.4107.46179.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 84.56%
GREEN value IS 14 (5.86% from 255) = 10.29%
BLUE value IS 7 (3.12% from 255) = 5.15%
R=84.56%
G=10.29%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11514700.880.940.553.8988.5223.92
Hex73E70585E3745918
Octal163167013013667413130
Binary11100111110111010110001011110110111100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,14,7); }

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

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

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

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

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

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

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