#74356D

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

Shades of Seance #74356D

Tints of Seance #74356D

Color information

#74356D (or 0x74356D) is unknown color: approx Seance. HEX triplet: 74, 35 and 6D. RGB value is (116,53,109). Sum of RGB (Red+Green+Blue) = 116+53+109=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 116 - color contains mainly: red. Hex color #74356D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74356D is #8BCA92. Grayscale: #4E4E4E. Windows color (decimal): -9161363 or 7157108. OLE color: 7157108.

HSL color Cylindrical-coordinate representation of color #74356D: hue angle of 306.67º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74356D is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11653109-
CMYK00.540.060.55
HSL306.67º37.28%33.14%-
HSV(B)306.67º54.31%45.49%-
XYZ11.247.3615.3-
YUV78.22145.37154.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.73%
GREEN value IS 53 (21.09% from 255) = 19.06%
BLUE value IS 109 (42.97% from 255) = 39.21%
R=41.73%
G=19.06%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1165310900.540.060.55306.6737.2833.14
Hex74356D0366371332521
Octal164651550666674634541
Binary111010011010111011010110110110110111100110011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74356D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,53,109); }

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

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

 a { background-color: rgb(116,53,109); }

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

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

 span { border-color: rgb(116,53,109); }

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