#700006

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

Shades of Sangria #700006

Tints of Sangria #700006

Color information

#700006 (or 0x700006) is unknown color: approx Sangria. HEX triplet: 70, 00 and 06. RGB value is (112,0,6). Sum of RGB (Red+Green+Blue) = 112+0+6=118 (15% of max value = 765). Red value is 112 (44.14% from 255 or 94.92% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 6 (2.73% from 255 or 5.08% from 118); Max value from RGB is 112 - color contains mainly: red. Hex color #700006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700006 is #8FFFF9. Grayscale: #222222. Windows color (decimal): -9437178 or 393328. OLE color: 393328.

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

Color convert

RGB11206-
CMYK010.950.56
HSL356.79º100%21.96%-
HSV(B)356.79º100%43.92%-
XYZ6.713.460.49-
YUV34.17112.11183.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 94.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 5.08%
R=94.92%
G=0%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11206010.950.56356.7910021.96
Hex70060645F381656416
Octal1600601441377054514426
Binary11100000110011001001011111111000101100101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700006; }

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

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

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

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

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

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

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

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