#700507

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

Shades of Sangria #700507

Tints of Sangria #700507

Color information

#700507 (or 0x700507) is unknown color: approx Sangria. HEX triplet: 70, 05 and 07. RGB value is (112,5,7). Sum of RGB (Red+Green+Blue) = 112+5+7=124 (16% of max value = 765). Red value is 112 (44.14% from 255 or 90.32% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 7 (3.12% from 255 or 5.65% from 124); Max value from RGB is 112 - color contains mainly: red. Hex color #700507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700507 is #8FFAF8. Grayscale: #252525. Windows color (decimal): -9435897 or 460144. OLE color: 460144.

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

Color convert

RGB11257-
CMYK00.960.940.56
HSL358.88º91.45%22.94%-
HSV(B)358.88º95.54%43.92%-
XYZ6.773.570.53-
YUV37.22110.95181.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 90.32%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 7 (3.12% from 255) = 5.65%
R=90.32%
G=4.03%
B=5.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1125700.960.940.56358.8891.4522.94
Hex70570605E381675b17
Octal1605701401367054713327
Binary1110000101111011000001011110111000101100111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700507; }

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

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

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

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

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

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

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

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