#700E09

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

Shades of Maroon #700E09

Tints of Maroon #700E09

Color information

#700E09 (or 0x700E09) is unknown color: approx Maroon. HEX triplet: 70, 0E and 09. RGB value is (112,14,9). Sum of RGB (Red+Green+Blue) = 112+14+9=135 (17% of max value = 765). Red value is 112 (44.14% from 255 or 82.96% from 135); Green value is 14 (5.86% from 255 or 10.37% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 112 - color contains mainly: red. Hex color #700E09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700E09 is #8FF1F6. Grayscale: #2A2A2A. Windows color (decimal): -9433591 or 593520. OLE color: 593520.

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

Color convert

RGB112149-
CMYK00.880.920.56
HSL2.91º85.12%23.73%-
HSV(B)2.91º91.96%43.92%-
XYZ6.893.780.62-
YUV42.73108.97177.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 82.96%
GREEN value IS 14 (5.86% from 255) = 10.37%
BLUE value IS 9 (3.91% from 255) = 6.67%
R=82.96%
G=10.37%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11214900.880.920.562.9185.1223.73
Hex70E90585C3835518
Octal1601611013013470312530
Binary11100001110100101011000101110011100011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700E09; }

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

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

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

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

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

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

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

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