#730801

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

Shades of Maroon #730801

Tints of Maroon #730801

Color information

#730801 (or 0x730801) is unknown color: approx Maroon. HEX triplet: 73, 08 and 01. RGB value is (115,8,1). Sum of RGB (Red+Green+Blue) = 115+8+1=124 (16% of max value = 765). Red value is 115 (45.31% from 255 or 92.74% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 115 - color contains mainly: red. Hex color #730801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730801 is #8CF7FE. Grayscale: #272727. Windows color (decimal): -9238527 or 67699. OLE color: 67699.

HSL color Cylindrical-coordinate representation of color #730801: hue angle of 3.68º 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 #730801 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB11581-
CMYK00.930.990.55
HSL3.68º98.28%22.75%-
HSV(B)3.68º99.13%45.1%-
XYZ7.163.820.39-
YUV39.19106.45182.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 92.74%
GREEN value IS 8 (3.52% from 255) = 6.45%
BLUE value IS 1 (0.78% from 255) = 0.81%
R=92.74%
G=6.45%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158100.930.990.553.6898.2822.75
Hex738105D633746217
Octal163101013514367414227
Binary111001110001010111011100011110111100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730801; }

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

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

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

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

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

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

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

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