#74316F

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

Shades of Seance #74316F

Tints of Seance #74316F

Color information

#74316F (or 0x74316F) is unknown color: approx Seance. HEX triplet: 74, 31 and 6F. RGB value is (116,49,111). Sum of RGB (Red+Green+Blue) = 116+49+111=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 116 - color contains mainly: red. Hex color #74316F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74316F is #8BCE90. Grayscale: #4B4B4B. Windows color (decimal): -9162385 or 7287156. OLE color: 7287156.

HSL color Cylindrical-coordinate representation of color #74316F: hue angle of 304.48º 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 #74316F is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11649111-
CMYK00.580.040.55
HSL304.48º40.61%32.35%-
HSV(B)304.48º57.76%45.49%-
XYZ11.177.0615.81-
YUV76.1147.7156.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.03%
GREEN value IS 49 (19.53% from 255) = 17.75%
BLUE value IS 111 (43.75% from 255) = 40.22%
R=42.03%
G=17.75%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1164911100.580.040.55304.4840.6132.35
Hex74316F03A4371302920
Octal164611570724674605140
Binary111010011000111011110111010100110111100110000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74316F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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