#730A08

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

Shades of Maroon #730A08

Tints of Maroon #730A08

Color information

#730A08 (or 0x730A08) is unknown color: approx Maroon. HEX triplet: 73, 0A and 08. RGB value is (115,10,8). Sum of RGB (Red+Green+Blue) = 115+10+8=133 (17% of max value = 765). Red value is 115 (45.31% from 255 or 86.47% from 133); Green value is 10 (4.30% from 255 or 7.52% from 133); Blue value is 8 (3.52% from 255 or 6.02% from 133); Max value from RGB is 115 - color contains mainly: red. Hex color #730A08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730A08 is #8CF5F7. Grayscale: #292929. Windows color (decimal): -9238008 or 526963. OLE color: 526963.

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

Color convert

RGB115108-
CMYK00.910.930.55
HSL1.12º86.99%24.12%-
HSV(B)1.12º93.04%45.1%-
XYZ7.223.880.6-
YUV41.17109.29180.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 86.47%
GREEN value IS 10 (4.30% from 255) = 7.52%
BLUE value IS 8 (3.52% from 255) = 6.02%
R=86.47%
G=7.52%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510800.910.930.551.1286.9924.12
Hex73A805B5D3715718
Octal1631210013313567112730
Binary1110011101010000101101110111011101111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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