#74415E

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

Shades of Cosmic #74415E

Tints of Cosmic #74415E

Color information

#74415E (or 0x74415E) is unknown color: approx Cosmic. HEX triplet: 74, 41 and 5E. RGB value is (116,65,94). Sum of RGB (Red+Green+Blue) = 116+65+94=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #74415E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74415E is #8BBEA1. Grayscale: #535353. Windows color (decimal): -9158306 or 6177140. OLE color: 6177140.

HSL color Cylindrical-coordinate representation of color #74415E: hue angle of 325.88º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74415E is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB1166594-
CMYK00.440.190.55
HSL325.88º28.18%35.49%-
HSV(B)325.88º43.97%45.49%-
XYZ11.118.311.61-
YUV83.56133.9151.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.18%
GREEN value IS 65 (25.78% from 255) = 23.64%
BLUE value IS 94 (37.11% from 255) = 34.18%
R=42.18%
G=23.64%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116659400.440.190.55325.8828.1835.49
Hex74415E02C13371461c23
Octal16410113605423675063443
Binary11101001000001101111001011001001111011110100011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,65,94); }

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

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

 a { background-color: rgb(116,65,94); }

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

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

 span { border-color: rgb(116,65,94); }

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