#943C74

Color #943C74 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #943C74

Tints of Rouge #943C74

Color information

#943C74 (or 0x943C74) is unknown color: approx Rouge. HEX triplet: 94, 3C and 74. RGB value is (148,60,116). Sum of RGB (Red+Green+Blue) = 148+60+116=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 148 - color contains mainly: red. Hex color #943C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943C74 is #6BC38B. Grayscale: #5C5C5C. Windows color (decimal): -7062412 or 7617684. OLE color: 7617684.

HSL color Cylindrical-coordinate representation of color #943C74: hue angle of 321.82º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #943C74 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB14860116-
CMYK00.590.220.42
HSL321.82º42.31%40.78%-
HSV(B)321.82º59.46%58.04%-
XYZ16.9810.7917.71-
YUV92.7141.15167.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.68%
GREEN value IS 60 (23.83% from 255) = 18.52%
BLUE value IS 116 (45.70% from 255) = 35.80%
R=45.68%
G=18.52%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486011600.590.220.42321.8242.3140.78
Hex943C7403B162A1422a29
Octal2247416407326525025251
Binary100101001111001110100011101110110101010101000010101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943C74; }

 p { color: rgb(148,60,116); }

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

<style>
 a { background-color: #943C74; }

 a { background-color: rgb(148,60,116); }

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

<style>
 span { border-color: #943C74; }

 span { border-color: rgb(148,60,116); }

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