#700105

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

Shades of Sangria #700105

Tints of Sangria #700105

Color information

#700105 (or 0x700105) is unknown color: approx Sangria. HEX triplet: 70, 01 and 05. RGB value is (112,1,5). Sum of RGB (Red+Green+Blue) = 112+1+5=118 (15% of max value = 765). Red value is 112 (44.14% from 255 or 94.92% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 5 (2.34% from 255 or 4.24% from 118); Max value from RGB is 112 - color contains mainly: red. Hex color #700105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700105 is #8FFEFA. Grayscale: #222222. Windows color (decimal): -9436923 or 328048. OLE color: 328048.

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

Color convert

RGB11215-
CMYK00.990.960.56
HSL357.84º98.23%22.16%-
HSV(B)357.84º99.11%43.92%-
XYZ6.723.480.46-
YUV34.65111.27183.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 94.92%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 5 (2.34% from 255) = 4.24%
R=94.92%
G=0.85%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121500.990.960.56357.8498.2322.16
Hex701506360381666216
Octal1601501431407054614226
Binary11100001101011000111100000111000101100110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700105; }

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

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

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

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

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

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

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

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