#701006

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

Shades of Maroon #701006

Tints of Maroon #701006

Color information

#701006 (or 0x701006) is unknown color: approx Maroon. HEX triplet: 70, 10 and 06. RGB value is (112,16,6). Sum of RGB (Red+Green+Blue) = 112+16+6=134 (17% of max value = 765). Red value is 112 (44.14% from 255 or 83.58% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 6 (2.73% from 255 or 4.48% from 134); Max value from RGB is 112 - color contains mainly: red. Hex color #701006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701006 is #8FEFF9. Grayscale: #2B2B2B. Windows color (decimal): -9433082 or 397424. OLE color: 397424.

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

Color convert

RGB112166-
CMYK00.860.950.56
HSL5.66º89.83%23.14%-
HSV(B)5.66º94.64%43.92%-
XYZ6.93.830.55-
YUV43.56106.8176.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 83.58%
GREEN value IS 16 (6.64% from 255) = 11.94%
BLUE value IS 6 (2.73% from 255) = 4.48%
R=83.58%
G=11.94%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11216600.860.950.565.6689.8323.14
Hex701060565F3865a17
Octal160206012613770613227
Binary111000010000110010101101011111111000110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701006; }

 p { color: rgb(112,16,6); }

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

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

 a { background-color: rgb(112,16,6); }

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

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

 span { border-color: rgb(112,16,6); }

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