#730901

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

Shades of Maroon #730901

Tints of Maroon #730901

Color information

#730901 (or 0x730901) is unknown color: approx Maroon. HEX triplet: 73, 09 and 01. RGB value is (115,9,1). Sum of RGB (Red+Green+Blue) = 115+9+1=125 (16% of max value = 765). Red value is 115 (45.31% from 255 or 92% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 115 - color contains mainly: red. Hex color #730901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730901 is #8CF6FE. Grayscale: #272727. Windows color (decimal): -9238271 or 67955. OLE color: 67955.

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

Color convert

RGB11591-
CMYK00.920.990.55
HSL4.21º98.28%22.75%-
HSV(B)4.21º99.13%45.1%-
XYZ7.173.840.39-
YUV39.78106.12181.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 92%
GREEN value IS 9 (3.91% from 255) = 7.2%
BLUE value IS 1 (0.78% from 255) = 0.8%
R=92%
G=7.2%
B=0.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159100.920.990.554.2198.2822.75
Hex739105C633746217
Octal163111013414367414227
Binary111001110011010111001100011110111100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730901; }

 p { color: rgb(115,9,1); }

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

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

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

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

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

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

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