#700807

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

Shades of Maroon #700807

Tints of Maroon #700807

Color information

#700807 (or 0x700807) is unknown color: approx Maroon. HEX triplet: 70, 08 and 07. RGB value is (112,8,7). Sum of RGB (Red+Green+Blue) = 112+8+7=127 (16% of max value = 765). Red value is 112 (44.14% from 255 or 88.19% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 112 - color contains mainly: red. Hex color #700807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700807 is #8FF7F8. Grayscale: #272727. Windows color (decimal): -9435129 or 460912. OLE color: 460912.

HSL color Cylindrical-coordinate representation of color #700807: hue angle of 0.57º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700807 is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB11287-
CMYK00.930.940.56
HSL0.57º88.24%23.33%-
HSV(B)0.57º93.75%43.92%-
XYZ6.813.630.54-
YUV38.98109.96180.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 88.19%
GREEN value IS 8 (3.52% from 255) = 6.30%
BLUE value IS 7 (3.12% from 255) = 5.51%
R=88.19%
G=6.30%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128700.930.940.560.5788.2423.33
Hex708705D5E3815817
Octal160107013513670113027
Binary111000010001110101110110111101110001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700807; }

 p { color: rgb(112,8,7); }

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

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

 a { background-color: rgb(112,8,7); }

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

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

 span { border-color: rgb(112,8,7); }

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