#70316D

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

Shades of Seance #70316D

Tints of Seance #70316D

Color information

#70316D (or 0x70316D) is unknown color: approx Seance. HEX triplet: 70, 31 and 6D. RGB value is (112,49,109). Sum of RGB (Red+Green+Blue) = 112+49+109=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #70316D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70316D is #8FCE92. Grayscale: #4A4A4A. Windows color (decimal): -9424531 or 7156080. OLE color: 7156080.

HSL color Cylindrical-coordinate representation of color #70316D: hue angle of 302.86º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70316D is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11249109-
CMYK00.560.030.56
HSL302.86º39.13%31.57%-
HSV(B)302.86º56.25%43.92%-
XYZ10.546.7515.21-
YUV74.68147.37154.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.48%
GREEN value IS 49 (19.53% from 255) = 18.15%
BLUE value IS 109 (42.97% from 255) = 40.37%
R=41.48%
G=18.15%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1124910900.560.030.56302.8639.1331.57
Hex70316D03833812f2720
Octal160611550703704574740
Binary11100001100011101101011100011111000100101111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70316D; }

 p { color: rgb(112,49,109); }

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

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

 a { background-color: rgb(112,49,109); }

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

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

 span { border-color: rgb(112,49,109); }

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