#94376E

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

Shades of Rouge #94376E

Tints of Rouge #94376E

Color information

#94376E (or 0x94376E) is unknown color: approx Rouge. HEX triplet: 94, 37 and 6E. RGB value is (148,55,110). Sum of RGB (Red+Green+Blue) = 148+55+110=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #94376E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94376E is #6BC891. Grayscale: #585858. Windows color (decimal): -7063698 or 7223188. OLE color: 7223188.

HSL color Cylindrical-coordinate representation of color #94376E: hue angle of 324.52º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #94376E is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14855110-
CMYK00.630.260.42
HSL324.52º45.81%39.8%-
HSV(B)324.52º62.84%58.04%-
XYZ16.3910.1515.85-
YUV89.08139.81170.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.28%
GREEN value IS 55 (21.88% from 255) = 17.57%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=47.28%
G=17.57%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485511000.630.260.42324.5245.8139.8
Hex94376E03F1A2A1452e28
Octal2246715607732525055650
Binary100101001101111101110011111111010101010101000101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94376E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,55,110); }

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

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

 a { background-color: rgb(148,55,110); }

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

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

 span { border-color: rgb(148,55,110); }

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