#730E04

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

Shades of Maroon #730E04

Tints of Maroon #730E04

Color information

#730E04 (or 0x730E04) is unknown color: approx Maroon. HEX triplet: 73, 0E and 04. RGB value is (115,14,4). Sum of RGB (Red+Green+Blue) = 115+14+4=133 (17% of max value = 765). Red value is 115 (45.31% from 255 or 86.47% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 115 - color contains mainly: red. Hex color #730E04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730E04 is #8CF1FB. Grayscale: #2B2B2B. Windows color (decimal): -9236988 or 265843. OLE color: 265843.

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

Color convert

RGB115144-
CMYK00.880.970.55
HSL5.41º93.28%23.33%-
HSV(B)5.41º96.52%45.1%-
XYZ7.253.970.5-
YUV43.06105.96179.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 86.47%
GREEN value IS 14 (5.86% from 255) = 10.53%
BLUE value IS 4 (1.95% from 255) = 3.01%
R=86.47%
G=10.53%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11514400.880.970.555.4193.2823.33
Hex73E4058613755d17
Octal163164013014167513527
Binary11100111110100010110001100001110111101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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