#700400

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

Shades of Maroon #700400

Tints of Maroon #700400

Color information

#700400 (or 0x700400) is unknown color: approx Maroon. HEX triplet: 70, 04 and 00. RGB value is (112,4,0). Sum of RGB (Red+Green+Blue) = 112+4+0=116 (15% of max value = 765). Red value is 112 (44.14% from 255 or 96.55% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 112 - color contains mainly: red. Hex color #700400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700400 is #8FFBFF. Grayscale: #232323. Windows color (decimal): -9436160 or 1136. OLE color: 1136.

HSL color Cylindrical-coordinate representation of color #700400: hue angle of 2.14º 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 #700400 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB11240-
CMYK00.9610.56
HSL2.14º100%21.96%-
HSV(B)2.14º100%43.92%-
XYZ6.733.530.33-
YUV35.84107.78182.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 96.55%
GREEN value IS 4 (1.95% from 255) = 3.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=96.55%
G=3.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1124000.9610.562.1410021.96
Hex7040060643826416
Octal16040014014470214426
Binary1110000100001100000110010011100010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700400; }

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

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

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

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

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

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

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

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