#74315B

Color #74315B Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #74315B

Tints of Flirt #74315B

Color information

#74315B (or 0x74315B) is unknown color: approx Flirt. HEX triplet: 74, 31 and 5B. RGB value is (116,49,91). Sum of RGB (Red+Green+Blue) = 116+49+91=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #74315B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74315B is #8BCEA4. Grayscale: #494949. Windows color (decimal): -9162405 or 5976436. OLE color: 5976436.

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

Color convert

RGB1164991-
CMYK00.580.220.55
HSL322.39º40.61%32.35%-
HSV(B)322.39º57.76%45.49%-
XYZ10.196.6610.65-
YUV73.82137.7158.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.31%
GREEN value IS 49 (19.53% from 255) = 19.14%
BLUE value IS 91 (35.94% from 255) = 35.55%
R=45.31%
G=19.14%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116499100.580.220.55322.3940.6132.35
Hex74315B03A16371422920
Octal1646113307226675025140
Binary11101001100011011011011101010110110111101000010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74315B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74315B; }

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

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

<style>
 a { background-color: #74315B; }

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

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

<style>
 span { border-color: #74315B; }

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

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