#70376A

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

Shades of Seance #70376A

Tints of Seance #70376A

Color information

#70376A (or 0x70376A) is unknown color: approx Seance. HEX triplet: 70, 37 and 6A. RGB value is (112,55,106). Sum of RGB (Red+Green+Blue) = 112+55+106=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #70376A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70376A is #8FC895. Grayscale: #4D4D4D. Windows color (decimal): -9422998 or 6961008. OLE color: 6961008.

HSL color Cylindrical-coordinate representation of color #70376A: hue angle of 306.32º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70376A is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11255106-
CMYK00.510.050.56
HSL306.32º34.13%32.75%-
HSV(B)306.32º50.89%43.92%-
XYZ10.657.2214.47-
YUV77.86143.88152.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.03%
GREEN value IS 55 (21.88% from 255) = 20.15%
BLUE value IS 106 (41.80% from 255) = 38.83%
R=41.03%
G=20.15%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1125510600.510.050.56306.3234.1332.75
Hex70376A0335381322221
Octal160671520635704624241
Binary111000011011111010100110011101111000100110010100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70376A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70376A; }

 p { color: rgb(112,55,106); }

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

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

 a { background-color: rgb(112,55,106); }

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

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

 span { border-color: rgb(112,55,106); }

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