#730B01

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

Shades of Maroon #730B01

Tints of Maroon #730B01

Color information

#730B01 (or 0x730B01) is unknown color: approx Maroon. HEX triplet: 73, 0B and 01. RGB value is (115,11,1). Sum of RGB (Red+Green+Blue) = 115+11+1=127 (16% of max value = 765). Red value is 115 (45.31% from 255 or 90.55% from 127); Green value is 11 (4.69% from 255 or 8.66% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 115 - color contains mainly: red. Hex color #730B01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730B01 is #8CF4FE. Grayscale: #292929. Windows color (decimal): -9237759 or 68467. OLE color: 68467.

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

Color convert

RGB115111-
CMYK00.900.990.55
HSL5.26º98.28%22.75%-
HSV(B)5.26º99.13%45.1%-
XYZ7.23.890.4-
YUV40.96105.46180.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 90.55%
GREEN value IS 11 (4.69% from 255) = 8.66%
BLUE value IS 1 (0.78% from 255) = 0.79%
R=90.55%
G=8.66%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11511100.900.990.555.2698.2822.75
Hex73B105A633756217
Octal163131013214367514227
Binary111001110111010110101100011110111101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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