#700900

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

Shades of Maroon #700900

Tints of Maroon #700900

Color information

#700900 (or 0x700900) is unknown color: approx Maroon. HEX triplet: 70, 09 and 00. RGB value is (112,9,0). Sum of RGB (Red+Green+Blue) = 112+9+0=121 (16% of max value = 765). Red value is 112 (44.14% from 255 or 92.56% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 112 - color contains mainly: red. Hex color #700900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700900 is #8FF6FF. Grayscale: #262626. Windows color (decimal): -9434880 or 2416. OLE color: 2416.

HSL color Cylindrical-coordinate representation of color #700900: hue angle of 4.82º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700900 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB11290-
CMYK00.9210.56
HSL4.82º100%21.96%-
HSV(B)4.82º100%43.92%-
XYZ6.783.640.35-
YUV38.77106.12180.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 92.56%
GREEN value IS 9 (3.91% from 255) = 7.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=92.56%
G=7.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129000.9210.564.8210021.96
Hex709005C643856416
Octal160110013414470514426
Binary111000010010010111001100100111000101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700900; }

 p { color: rgb(112,9,0); }

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

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

 a { background-color: rgb(112,9,0); }

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

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

 span { border-color: rgb(112,9,0); }

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