#74316E

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

Shades of Seance #74316E

Tints of Seance #74316E

Color information

#74316E (or 0x74316E) is unknown color: approx Seance. HEX triplet: 74, 31 and 6E. RGB value is (116,49,110). Sum of RGB (Red+Green+Blue) = 116+49+110=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #74316E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74316E is #8BCE91. Grayscale: #4B4B4B. Windows color (decimal): -9162386 or 7221620. OLE color: 7221620.

HSL color Cylindrical-coordinate representation of color #74316E: hue angle of 305.37º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74316E is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11649110-
CMYK00.580.050.55
HSL305.37º40.61%32.35%-
HSV(B)305.37º57.76%45.49%-
XYZ11.127.0415.52-
YUV75.99147.2156.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.18%
GREEN value IS 49 (19.53% from 255) = 17.82%
BLUE value IS 110 (43.36% from 255) = 40%
R=42.18%
G=17.82%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1164911000.580.050.55305.3740.6132.35
Hex74316E03A5371312920
Octal164611560725674615140
Binary111010011000111011100111010101110111100110001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74316E; }

 p { color: rgb(116,49,110); }

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

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

 a { background-color: rgb(116,49,110); }

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

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

 span { border-color: rgb(116,49,110); }

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